fix(projects): fix register name, CodeLogin => Register (#478)

This commit is contained in:
马铃薯头
2024-06-06 15:57:58 +08:00
committed by GitHub
parent e75fd73f34
commit ddf3823a55
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig(
'vue/multi-word-component-names': [
'warn',
{
ignores: ['index', 'App', '[id]', '[url]']
ignores: ['index', 'App', 'Register', '[id]', '[url]']
}
],
'vue/component-name-in-template-casing': [