feat: Add revue-draggable
refactor: remove vue-draggable * couple of prop default changes
This commit is contained in:
@@ -2,8 +2,10 @@ import { createApp } from 'vue';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
import { router } from './router';
|
||||
import { DraggablePlugin } from '@braks/revue-draggable';
|
||||
const app = createApp(App);
|
||||
|
||||
app.config.performance = true;
|
||||
app.use(router);
|
||||
app.use(DraggablePlugin);
|
||||
app.mount('#root');
|
||||
|
||||
Reference in New Issue
Block a user