Skip to content

Commit

Permalink
chore: fix lockfile + missing args
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 12, 2021
1 parent b873333 commit 943f4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
return handleHotUpdate(ctx, options)
},

config() {
config(config) {
return {
define: {
__VUE_OPTIONS_API__: config.define?.__VUE_OPTIONS_API__ ?? true,
Expand Down

0 comments on commit 943f4ab

Please sign in to comment.