We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9983126 commit df36917Copy full SHA for df36917
src/core/components/view/view.d.ts
@@ -28,7 +28,7 @@ export namespace View {
28
}
29
interface Parameters {
30
/** View name. If view was created with name, then it may be accessed via app.views.[name] */
31
- name?: boolean
+ name?: string
32
/** Specify whether this is View is main or not. If not passed then will be determined based on whether its element has view-main class or not */
33
main?: boolean
34
/** Set to false to disable view router */
0 commit comments