mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-04 15:26:07 +08:00
feat(projects): support iframe page with diffrent url of custom route
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineConfig(
|
||||
'vue/multi-word-component-names': [
|
||||
'warn',
|
||||
{
|
||||
ignores: ['index', 'App', '[id]']
|
||||
ignores: ['index', 'App', '[id]', '[url]']
|
||||
}
|
||||
],
|
||||
'vue/component-name-in-template-casing': [
|
||||
|
||||
Reference in New Issue
Block a user