mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
import { createApp, Directive } from 'vue'
|
||||
import { createApp, Directive, ref } from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import { store, key } from './store'
|
||||
@@ -35,5 +35,6 @@ createApp(App)
|
||||
.use(store, key)
|
||||
.use(router)
|
||||
.use(i18n)
|
||||
.provide('isFilterCardVisible', ref(false))
|
||||
.directive('click-outside', clickOutsideDirective)
|
||||
.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user