Skip to content

Commit 50ef75e

Browse files
committed
fix: avoid self referencing type in plugin-vue
1 parent 7335861 commit 50ef75e

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)