Update dependencies
This commit is contained in:
@ -5,7 +5,6 @@ import '@shoelace-style/shoelace/dist/themes/light.css'
|
||||
import { setBasePath } from '@shoelace-style/shoelace/dist/utilities/base-path'
|
||||
|
||||
setBasePath('https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.20.1/cdn/')
|
||||
import ShoelaceModelDirective from '@shoelace-style/vue-sl-model'
|
||||
|
||||
// End of shoelace import
|
||||
// Import shoelace components
|
||||
@ -60,7 +59,6 @@ const app = createApp(App)
|
||||
|
||||
app.use(createPinia())
|
||||
app.use(router)
|
||||
app.use(ShoelaceModelDirective)
|
||||
|
||||
useAuthTokenStore().loadFromStorage()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user