We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a52978 commit 0c1bff6Copy full SHA for 0c1bff6
src/index.js
@@ -25,7 +25,7 @@ function render(
25
const baseElement = customBaseElement || customContainer || document.body
26
const container = customContainer || baseElement.appendChild(div)
27
28
- const plugins = mountOptions.global?.plugins || []
+ const plugins = []
29
30
if (store) {
31
const {createStore} = require('vuex')
0 commit comments