fix: inject store instance components
chore: update revue-draggable to next tag
This commit is contained in:
+2
-1
@@ -2,8 +2,9 @@ import { createApp } from 'vue';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
import { router } from './router';
|
||||
import { DraggablePlugin } from '@braks/revue-draggable';
|
||||
import { createPinia } from 'pinia';
|
||||
import { DraggablePlugin } from '@braks/revue-draggable';
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
app.config.performance = true;
|
||||
|
||||
Reference in New Issue
Block a user