mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
configure watchdog to accept a list of dirs to watch
- fix PlayingFrom component not working with album - fix types issues on PlayingFrom component
This commit is contained in:
+2
-2
@@ -7,12 +7,12 @@ import { createApp } from "vue";
|
||||
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
import useCustomTransitions from "./transitions";
|
||||
import CustomTransitions from "./transitions";
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(createPinia());
|
||||
app.use(router);
|
||||
app.use(MotionPlugin, useCustomTransitions);
|
||||
app.use(MotionPlugin, CustomTransitions);
|
||||
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user