]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
remove vue-demi
authorPooya Parsa <pooya@pi0.io>
Fri, 8 Jul 2022 12:03:15 +0000 (14:03 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 13 Jul 2022 10:32:58 +0000 (12:32 +0200)
packages/nuxt/src/runtime/plugin.vue2.ts

index 6534591dfced85f44dc15f005db34e8849f486b6..e8a6c66a49bc87cf9101db7633e6b3e55a17feeb 100644 (file)
@@ -1,9 +1,6 @@
-import { install } from 'vue-demi'
 import _Vue2 from 'vue'
 import { createPinia, setActivePinia, PiniaVuePlugin } from 'pinia'
 
-install()
-
 // TODO: workaround that should probably be removed in the future
 const Vue = 'default' in _Vue2 ? (_Vue2 as any).default : _Vue2