Skip to content

Commit 9cccdaa

Browse files
committed
fix: avoid self referencing type in plugin-vue
1 parent ae1e38e commit 9cccdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
165165

166166
// overwrite for cjs require('...')() usage
167167
module.exports = vuePlugin
168-
vuePlugin.default = vuePlugin
168+
vuePlugin['default'] = vuePlugin

0 commit comments

Comments
 (0)