We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5f32c commit 40f3b36Copy full SHA for 40f3b36
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 = []
+ const plugins = mountOptions.global?.plugins || []
29
30
if (store) {
31
const {createStore} = require('vuex')
0 commit comments