Skip to content

Commit 0c1bff6

Browse files
committed
Remove leftover
1 parent 3a52978 commit 0c1bff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function render(
2525
const baseElement = customBaseElement || customContainer || document.body
2626
const container = customContainer || baseElement.appendChild(div)
2727

28-
const plugins = mountOptions.global?.plugins || []
28+
const plugins = []
2929

3030
if (store) {
3131
const {createStore} = require('vuex')

0 commit comments

Comments
 (0)