mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
use v-auto-animate small parts of the UI
This commit is contained in:
committed by
Mungai Njoroge
parent
52cec1d906
commit
446536f2d8
+4
-4
@@ -1,9 +1,8 @@
|
||||
import "./assets/scss/index.scss";
|
||||
|
||||
import { createApp } from "vue";
|
||||
import { createPinia } from "pinia";
|
||||
import { autoAnimatePlugin } from "@formkit/auto-animate/vue";
|
||||
import piniaPluginPersistedstate from "pinia-plugin-persistedstate";
|
||||
|
||||
import "./assets/scss/index.scss";
|
||||
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
@@ -16,5 +15,6 @@ pinia.use(piniaPluginPersistedstate);
|
||||
app.use(pinia);
|
||||
app.use(router);
|
||||
app.directive("tooltip", vTooltip);
|
||||
app.use(autoAnimatePlugin);
|
||||
|
||||
app.mount("#app")
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user