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 54a239c commit 629b52bCopy full SHA for 629b52b
vue.config.js
@@ -13,6 +13,7 @@ module.exports = {
13
...(options.compilerOptions || {}),
14
isCustomElement: tag => /^x-/.test(tag)
15
};
16
+ options.isServerBuild = false;
17
return options;
18
});
19
}
0 commit comments