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 713b900 commit 57eebd4Copy full SHA for 57eebd4
commands/basec/index.js
@@ -18,7 +18,7 @@ module.exports = (args, api) => {
18
directory = `src/components/base/${auxFilename}.vue`;
19
dirPath = api.resolve(directory);
20
}
21
- if (filename != auxFilename) {
+ if (filename !== auxFilename) {
22
console.log(`\n${filename} already existed.`);
23
filename = auxFilename;
24
0 commit comments