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