mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
build(projects): 升级依赖,添加对json的eslint检测及格式化
This commit is contained in:
@ -2,7 +2,7 @@ import type { Component } from 'vue';
|
||||
|
||||
type ViewComponent = Record<string, () => Promise<Component>>;
|
||||
|
||||
const importViews = import.meta.glob('./**/index.vue');
|
||||
const importViews = import.meta.glob('./**/index.vue') as ViewComponent;
|
||||
|
||||
const COMPONENTS_KEY = 'components';
|
||||
const PREFIX = './';
|
||||
|
Reference in New Issue
Block a user