add input expand and retract animations as well as minor improvements
This commit is contained in:
parent
930f6fa6b7
commit
65e8a8eb86
4 changed files with 56 additions and 34 deletions
|
|
@ -4,7 +4,6 @@ import App from "./App.vue";
|
|||
import router from "./router";
|
||||
|
||||
import mitt from "mitt";
|
||||
import anime from "animejs";
|
||||
import { createApp } from "vue";
|
||||
|
||||
|
||||
|
|
@ -14,6 +13,5 @@ const emitter = mitt();
|
|||
const app = createApp(App)
|
||||
|
||||
app.use(router)
|
||||
app.provide("animejs", anime)
|
||||
app.provide("mitt", emitter)
|
||||
app.mount("#app");
|
||||
|
|
|
|||
Loading…
Reference in a new issue