This commit is contained in:
parent
d881730f27
commit
07d86251cb
|
@ -90,6 +90,9 @@ export function createWrapper(component, options) {
|
|||
const defaultOptions = {
|
||||
global: {
|
||||
plugins: [i18n, pinia],
|
||||
directives: {
|
||||
shortcut: {},
|
||||
},
|
||||
},
|
||||
mocks: {
|
||||
t: (tKey) => tKey,
|
||||
|
|
Loading…
Reference in New Issue