File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -895,6 +895,13 @@ declare module 'vue-router/auto-routes' {
895895 Record < never , never > ,
896896 | never
897897 > ,
898+ '/guide/integration/devkey' : RouteRecordInfo <
899+ '/guide/integration/devkey' ,
900+ '/guide/integration/devkey' ,
901+ Record < never , never > ,
902+ Record < never , never > ,
903+ | never
904+ > ,
898905 '/guide/integration/nuxt' : RouteRecordInfo <
899906 '/guide/integration/nuxt' ,
900907 '/guide/integration/nuxt' ,
@@ -1771,6 +1778,12 @@ declare module 'vue-router/auto-routes' {
17711778 views :
17721779 | never
17731780 }
1781+ 'src/pages/guide/integration/devkey.md' : {
1782+ routes :
1783+ | '/guide/integration/devkey'
1784+ views :
1785+ | never
1786+ }
17741787 'src/pages/guide/integration/nuxt.md' : {
17751788 routes :
17761789 | '/guide/integration/nuxt'
Original file line number Diff line number Diff line change @@ -689,7 +689,6 @@ declare module 'vue' {
689689 readonly isUndefined : UnwrapRef < typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'isUndefined' ] >
690690 readonly markRaw : UnwrapRef < typeof import ( 'vue' ) [ 'markRaw' ] >
691691 readonly mergeDeep : UnwrapRef < typeof import ( '../../packages/0/src/utilities/helpers' ) [ 'mergeDeep' ] >
692- readonly multipleOpenStrategy : UnwrapRef < typeof import ( '../../packages/0/src/composables/createNested/index' ) [ 'multipleOpenStrategy' ] >
693692 readonly nextTick : UnwrapRef < typeof import ( 'vue' ) [ 'nextTick' ] >
694693 readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
695694 readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
@@ -722,7 +721,6 @@ declare module 'vue' {
722721 readonly shallowReactive : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReactive' ] >
723722 readonly shallowReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReadonly' ] >
724723 readonly shallowRef : UnwrapRef < typeof import ( 'vue' ) [ 'shallowRef' ] >
725- readonly singleOpenStrategy : UnwrapRef < typeof import ( '../../packages/0/src/composables/createNested/index' ) [ 'singleOpenStrategy' ] >
726724 readonly toArray : UnwrapRef < typeof import ( '../../packages/0/src/composables/toArray/index' ) [ 'toArray' ] >
727725 readonly toCamelCase : UnwrapRef < typeof import ( '../../packages/paper/src/utilities/helpers' ) [ 'toCamelCase' ] >
728726 readonly toElement : UnwrapRef < typeof import ( '../../packages/0/src/composables/toElement/index' ) [ 'toElement' ] >
You can’t perform that action at this time.
0 commit comments