Skip to content

Commit 57eebd4

Browse files
committed
Minor fix
1 parent 713b900 commit 57eebd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/basec/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = (args, api) => {
1818
directory = `src/components/base/${auxFilename}.vue`;
1919
dirPath = api.resolve(directory);
2020
}
21-
if (filename != auxFilename) {
21+
if (filename !== auxFilename) {
2222
console.log(`\n${filename} already existed.`);
2323
filename = auxFilename;
2424
}

0 commit comments

Comments
 (0)