变更数据中心静态页面完成
This commit is contained in:
Vendored
+2
@@ -56,6 +56,7 @@ declare module 'vue' {
|
||||
NFormItemGi: typeof import('naive-ui')['NFormItemGi']
|
||||
NGi: typeof import('naive-ui')['NGi']
|
||||
NGrid: typeof import('naive-ui')['NGrid']
|
||||
NIcon: typeof import('naive-ui')['NIcon']
|
||||
NInput: typeof import('naive-ui')['NInput']
|
||||
NInputGroup: typeof import('naive-ui')['NInputGroup']
|
||||
NInputNumber: typeof import('naive-ui')['NInputNumber']
|
||||
@@ -141,6 +142,7 @@ declare global {
|
||||
const NFormItemGi: typeof import('naive-ui')['NFormItemGi']
|
||||
const NGi: typeof import('naive-ui')['NGi']
|
||||
const NGrid: typeof import('naive-ui')['NGrid']
|
||||
const NIcon: typeof import('naive-ui')['NIcon']
|
||||
const NInput: typeof import('naive-ui')['NInput']
|
||||
const NInputGroup: typeof import('naive-ui')['NInputGroup']
|
||||
const NInputNumber: typeof import('naive-ui')['NInputNumber']
|
||||
|
||||
Vendored
+2
@@ -28,6 +28,7 @@ declare module "@elegant-router/types" {
|
||||
"docs_archives": "/docs/archives";
|
||||
"docs_query": "/docs/query";
|
||||
"home": "/home";
|
||||
"home_datachangecenter": "/home/datachangecenter";
|
||||
"home_effect": "/home/effect";
|
||||
"home_highrisk": "/home/highrisk";
|
||||
"home_highriskdetail": "/home/highriskdetail";
|
||||
@@ -111,6 +112,7 @@ declare module "@elegant-router/types" {
|
||||
| "changestatistics"
|
||||
| "docs_archives"
|
||||
| "docs_query"
|
||||
| "home_datachangecenter"
|
||||
| "home_effect"
|
||||
| "home_highrisk"
|
||||
| "home_highriskdetail"
|
||||
|
||||
Reference in New Issue
Block a user