✨ update dependency package
This commit is contained in:
@@ -8,15 +8,13 @@ import "go-captcha-vue/dist/style.css";
|
||||
import GoCaptcha from "go-captcha-vue";
|
||||
import {createPinia, Pinia} from "pinia";
|
||||
import piniaPluginPersistedstate from "pinia-plugin-persistedstate";
|
||||
import clickOutside from '@/directives/v-click-outside.ts';
|
||||
import lazyLoad from "@/directives/v-lazy-load.ts";
|
||||
import VueDOMPurifyHTML from 'vue-dompurify-html';
|
||||
import {registerDirectives} from "@/directives";
|
||||
|
||||
const pinia: Pinia = createPinia();
|
||||
pinia.use(piniaPluginPersistedstate);
|
||||
const app = createApp(App);
|
||||
app.directive('click-outside', clickOutside);
|
||||
app.directive('lazy-load', lazyLoad);
|
||||
registerDirectives(app);
|
||||
app.use(pinia);
|
||||
app.use(router);
|
||||
app.use(i18n);
|
||||
|
Reference in New Issue
Block a user