mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use directive to add tooltip
+ change grid size for search page +
This commit is contained in:
@@ -3,6 +3,7 @@ import "./assets/scss/index.scss";
|
||||
import { createPinia } from "pinia";
|
||||
import { createApp } from "vue";
|
||||
import piniaPluginPersistedstate from "pinia-plugin-persistedstate";
|
||||
import vTooltip from "./directives/vTooltip";
|
||||
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
@@ -13,5 +14,6 @@ pinia.use(piniaPluginPersistedstate);
|
||||
|
||||
app.use(pinia);
|
||||
app.use(router);
|
||||
app.directive("tooltip", vTooltip);
|
||||
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user