We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b4048 commit ac036fbCopy full SHA for ac036fb
src/index.js
@@ -13,8 +13,8 @@ module.exports = function(api, vueConfig) {
13
[BUILT_IN]: true,
14
apply(_api) {
15
// 修改默认配置
16
- const newVueConfig = _api.applyPluginHooks('modifyCommandHelp', vueConfig);
17
- Object.assign(vueConfig, newVueConfig);
+ const newVueConfig = _api.applyPluginHooks('modifyVueConfig', vueConfig);
+ Object.assign(vueConfig, newVueConfig || {});
18
},
19
});
20
0 commit comments