mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Upgrade NPM/JS packages, remove deprecations
This commit is contained in:
@@ -6,7 +6,6 @@ import router from '@/scripts/router/index'
|
||||
import { defineGlobalComponents } from './global-components'
|
||||
import utils from '@/scripts/helpers/utilities.js'
|
||||
import _ from 'lodash'
|
||||
import Maska from 'maska'
|
||||
import { VTooltip } from 'v-tooltip'
|
||||
|
||||
const app = createApp(App)
|
||||
@@ -51,7 +50,6 @@ export default class InvoiceShelf {
|
||||
const { createPinia } = window.pinia
|
||||
|
||||
app.use(router)
|
||||
app.use(Maska)
|
||||
app.use(i18n)
|
||||
app.use(createPinia())
|
||||
app.provide('utils', utils)
|
||||
|
||||
Reference in New Issue
Block a user