mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
further smoothen sidebar toggling
This commit is contained in:
+9
-6
@@ -1,7 +1,10 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import './registerServiceWorker'
|
||||
import router from './router'
|
||||
import '../src/assets/css/global.css'
|
||||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import "./registerServiceWorker";
|
||||
import router from "./router";
|
||||
|
||||
createApp(App).use(router).mount('#app')
|
||||
import "../src/assets/css/global.css";
|
||||
|
||||
import "animate.css";
|
||||
|
||||
createApp(App).use(router).mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user