feat
This commit is contained in:
2
src/router/typings.d.ts
vendored
2
src/router/typings.d.ts
vendored
@@ -12,5 +12,7 @@ declare module 'vue-router' {
|
||||
order?: number // Sort routing menu items. If set key, the higher the value, the more forward it is
|
||||
noAffix?: boolean // if set true, the tag will not affix in the tab-bar
|
||||
ignoreCache?: boolean // if set true, the page will not be cached
|
||||
is_web_page?: boolean // If true and web_url exists, display as iframe
|
||||
web_url?: string // The URL to display in iframe when is_web_page is true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user