Skip to content

Commit

Permalink
fix: avoid self referencing type in plugin-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 18, 2020
1 parent 7335861 commit 50ef75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/index.ts
Expand Up @@ -165,4 +165,4 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {

// overwrite for cjs require('...')() usage
module.exports = vuePlugin
vuePlugin.default = vuePlugin
vuePlugin['default'] = vuePlugin

0 comments on commit 50ef75e

Please sign in to comment.