migrate i18n helper.js some code to typescript and migrate vue file to composition API and typescript
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ export default defineConfig(() => {
|
||||
return 'common';
|
||||
} else if (/[\\/]src[\\/]components[\\/](base|common)[\\/]/i.test(id)) {
|
||||
return 'common';
|
||||
} else if (/[\\/]src[\\/]locales[\\/]helper\.(js|ts)/i.test(id)) {
|
||||
} else if (/[\\/]src[\\/]locales[\\/]helpers\.(js|ts)/i.test(id)) {
|
||||
return 'common';
|
||||
} else if (/[\\/]src[\\/]locales[\\/]/i.test(id)) {
|
||||
return 'locales';
|
||||
|
||||
Reference in New Issue
Block a user