wip: make singleton mutations affect all app instances
This commit is contained in:
@@ -38,9 +38,7 @@ function wrappedCreateApp(...args: any[]) {
|
||||
}
|
||||
|
||||
export function createCompatVue() {
|
||||
const Vue = compatUtils.createCompatVue(wrappedCreateApp)
|
||||
const Vue = compatUtils.createCompatVue(createApp, wrappedCreateApp)
|
||||
extend(Vue, runtimeDom)
|
||||
// @ts-ignore
|
||||
Vue.createApp = wrappedCreateApp
|
||||
return Vue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user