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 6904e3b commit 8093630Copy full SHA for 8093630
packages/@vue/cli-ui/ui-defaults/suggestions.js
@@ -89,7 +89,9 @@ async function install (api, id) {
89
apply: loadModule(`@vue/cli-service/generator/${id}`, context)
90
})
91
} else {
92
- await add(id, {}, context)
+ // FIXME: a temporary fix for adding router plugin
93
+ // should implement a plugin prompt ui later
94
+ await add(id, { $inlineOptions: '{}' }, context)
95
}
96
} catch (e) {
97
error = e
0 commit comments