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 e857361 commit cee64dcCopy full SHA for cee64dc
packages/language-core/lib/plugins.ts
@@ -34,7 +34,7 @@ export function createPlugins(pluginContext: Parameters<VueLanguagePlugin>[0]) {
34
...pluginContext.vueCompilerOptions.plugins,
35
];
36
37
- const pluginInstances = plugins
+ const pluginInstances = plugins.flat()
38
.flatMap(plugin => {
39
try {
40
const instance = plugin(pluginContext);
0 commit comments