Skip to content

Commit 943f4ab

Browse files
committed
chore: fix lockfile + missing args
1 parent b873333 commit 943f4ab

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
@@ -132,7 +132,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
132132
return handleHotUpdate(ctx, options)
133133
},
134134

135-
config() {
135+
config(config) {
136136
return {
137137
define: {
138138
__VUE_OPTIONS_API__: config.define?.__VUE_OPTIONS_API__ ?? true,

0 commit comments

Comments
 (0)