mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
remove @vueuse/motion
+ remove unused data folder
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
import "./registerServiceWorker";
|
||||
import "../src/assets/css/global.scss";
|
||||
|
||||
import { MotionPlugin } from "@vueuse/motion";
|
||||
import { createPinia } from "pinia";
|
||||
import { createApp } from "vue";
|
||||
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
import CustomTransitions from "./transitions";
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(createPinia());
|
||||
app.use(router);
|
||||
app.use(MotionPlugin, CustomTransitions);
|
||||
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user