diff --git a/docs/.vuepress/utils/vueJson.json b/docs/.vuepress/utils/vueJson.json
index 05e7f2a81ef6ab6ba9bbac30f045f58974833d45..764aa8a336e67bdb034ce6fe6f242410ce2938ea 100644
--- a/docs/.vuepress/utils/vueJson.json
+++ b/docs/.vuepress/utils/vueJson.json
@@ -1 +1 @@
-{"template":{"name":"#### template","description":"","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| lang | string | - | | |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| html | - | html |\n@| pug | - | 仅 Web 端支持 |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |\n","children":"","reference":""},"slot":{"name":"#### slot","description":"> 组件类型:string \n\n \\ 元素作为组件模板之中的内容分发插槽。\\ 元素自身将被替换。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| name | string | - | - | 用于命名插槽。 |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#slot)\n"},"script":{"name":"#### script","description":"","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| setup | Any | - | | - |\n| lang | Any | - | | |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| uts | | uts |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |\n","children":"","reference":""},"style":{"name":"#### style","description":"","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| lang | string | - | | |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| scss | - | - |\n@| less | - | - |\n@| stylus | - | - |\n| scoped | Any | - | | - |\n| module | Any | - | | - |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |\n","children":"","reference":""},"keep-alive":{"name":"#### keep-alive","description":"> 组件类型:string \n\n \\ 包裹动态组件时,会缓存不活动的组件实例,而不是销毁它们。和 \\ 相似,\\ 是一个抽象组件:它自身不会渲染一个 DOM 元素,也不会出现在父组件链中。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| include | string | - | - | 字符串或正则表达式。只有名称匹配的组件会被缓存。 |\n| exclude | string | - | - | 字符串或正则表达式。任何名称匹配的组件都不会被缓存。 |\n| max | string | - | - | 最多可以缓存多少组件实例。 |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 4.0 | 4.11 | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#keep-alive)\n"},"component":{"name":"#### component","description":"> 组件类型:string \n\n 渲染一个“元组件”为动态组件。依 is 的值,来决定哪个组件被渲染。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| is | Any | - | - | - |\n| inline-template | Any | - | - | - |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.99 | 4.11 | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#component)\n"},"transition":{"name":"#### transition","description":"> 组件类型:string \n\n \\ 元素作为单个元素/组件的过渡效果。\\ 只会把过渡效果应用到其包裹的内容上,而不会额外渲染 DOM 元素,也不会出现在检测过的组件层级中。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| name | string | - | - | 用于自动生成 CSS 过渡类名。例如:name: 'fade' 将自动拓展为.fade-enter,.fade-enter-active等。默认类名为 \"v\" |\n| appear | string(true \\| false) | - | - | 是否在初始渲染时使用过渡。默认为 false。 |\n| css | string(true \\| false) | - | - | 是否使用 CSS 过渡类。默认为 true。如果设置为 false,将只通过组件事件触发注册的 JavaScript 钩子。 |\n| type | string | - | - | 指定过渡事件类型,侦听过渡何时结束。有效值为 \"transition\" 和 \"animation\"。默认 Vue.js 将自动检测出持续时间长的为过渡事件类型。 |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| transition | - | - |\n@| animation | - | - |\n| mode | string | - | - | 控制离开/进入的过渡时间序列。有效的模式有 \"out-in\" 和 \"in-out\";默认同时生效。 |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| out-in | - | - |\n@| in-out | - | - |\n| duration | string | - | - | 指定过渡的持续时间。默认情况下,Vue 会等待过渡所在根元素的第一个 transitionend 或 animationend 事件。 |\n| enter-class | Any | - | - | - |\n| leave-class | Any | - | - | - |\n| appear-class | Any | - | - | - |\n| enter-to-class | Any | - | - | - |\n| leave-to-class | Any | - | - | - |\n| appear-to-class | Any | - | - | - |\n| enter-active-class | Any | - | - | - |\n| leave-active-class | Any | - | - | - |\n| appear-active-class | Any | - | - | - |\n| @before-enter | Any | - | - | - |\n| @before-leave | Any | - | - | - |\n| @before-appear | Any | - | - | - |\n| @enter | Any | - | - | - |\n| @leave | Any | - | - | - |\n| @appear | Any | - | - | - |\n| @after-enter | Any | - | - | - |\n| @after-leave | Any | - | - | - |\n| @after-appear | Any | - | - | - |\n| @enter-cancelled | Any | - | - | - |\n| @leave-cancelled | string | - | - | v-show only |\n| @appear-cancelled | Any | - | - | - |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#transition)\n"},"transition-group":{"name":"#### transition-group","description":"> 组件类型:string \n\n \\ 元素作为多个元素/组件的过渡效果。\\ 渲染一个真实的 DOM 元素。默认渲染 \\,可以通过 tag 属性配置哪个元素应该被渲染。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| tag | string | - | - | 默认为 span。 |\n| move-class | string | - | - | 覆盖移动过渡期间应用的 CSS 类。 |\n| name | string | - | - | 用于自动生成 CSS 过渡类名。例如:name: 'fade' 将自动拓展为.fade-enter,.fade-enter-active等。默认类名为 \"v\" |\n| appear | string(true \\| false) | - | - | 是否在初始渲染时使用过渡。默认为 false。 |\n| css | string(true \\| false) | - | - | 是否使用 CSS 过渡类。默认为 true。如果设置为 false,将只通过组件事件触发注册的 JavaScript 钩子。 |\n| type | string | - | - | 指定过渡事件类型,侦听过渡何时结束。有效值为 \"transition\" 和 \"animation\"。默认 Vue.js 将自动检测出持续时间长的为过渡事件类型。 |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| transition | - | - |\n@| animation | - | - |\n| mode | Any | - | - | - |\n| duration | string | - | - | 指定过渡的持续时间。默认情况下,Vue 会等待过渡所在根元素的第一个 transitionend 或 animationend 事件。 |\n| enter-class | Any | - | - | - |\n| leave-class | Any | - | - | - |\n| appear-class | Any | - | - | - |\n| enter-to-class | Any | - | - | - |\n| leave-to-class | Any | - | - | - |\n| appear-to-class | Any | - | - | - |\n| enter-active-class | Any | - | - | - |\n| leave-active-class | Any | - | - | - |\n| appear-active-class | Any | - | - | - |\n| @before-enter | Any | - | - | - |\n| @before-leave | Any | - | - | - |\n| @before-appear | Any | - | - | - |\n| @enter | Any | - | - | - |\n| @leave | Any | - | - | - |\n| @appear | Any | - | - | - |\n| @after-enter | Any | - | - | - |\n| @after-leave | Any | - | - | - |\n| @after-appear | Any | - | - | - |\n| @enter-cancelled | Any | - | - | - |\n| @leave-cancelled | string | - | - | v-show only |\n| @appear-cancelled | Any | - | - | - |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#transition-group)\n"},"teleport":{"name":"#### teleport","description":"> 组件类型:string \n\n Teleport 提供了一种干净的方法,允许我们控制在 DOM 中哪个父节点下呈现 HTML,而不必求助于全局状态或将其拆分为两个组件。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| to | string | - | - | 必须是有效的查询选择器或 HTMLElement (如果在浏览器环境中使用)。指定将在其中移动 \\ 内容的目标元素 |\n| disabled | boolean | - | - | 此可选属性可用于禁用 \\ 的功能,这意味着其插槽内容将不会移动到任何位置,而是在您在周围父组件中指定了 \\ 的位置渲染。 |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 4.0 | 4.11 | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.vuejs.org/api/built-in-components.html#teleport)\n"},"application":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| createApp() | √ | 4.11 | 4.0 |\n| createSSRApp() | √ | 4.11 | 4.0 |\n| app.mount() | √ | 4.11 | 4.0 |\n| app.unmount() | √ | 4.11 | 4.0 |\n| app.component() | √ | 4.11 | 4.0 |\n| app.directive() | - | - | - |\n| app.use() | 3.99 | 4.11 | 4.0 |\n| app.mixin() | 3.99 | 4.11 | 4.0 |\n| app.provide() | 3.99 | 4.11 | 4.0 |\n| app.runWithContext() | - | - | - |\n| app.version | √ | 4.11 | 4.0 |\n| app.config | - | - | - |\n| app.config.errorHandler | x | 4.11 | 4.0 |\n| app.config.warnHandler | - | - | - |\n| app.config.performance | - | - | - |\n| app.config.compilerOptions | - | - | - |\n| app.config.globalProperties | 3.99 | 4.11 | 4.0 |\n| app.config.optionMergeStrategies | - | - | - |","example":""},"general":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| version | √ | 4.11 | 4.0 |\n| nextTick() | √ | 4.11 | 4.0 |\n| defineComponent() | x | x | 4.0 |\n| defineAsyncComponent() | - | - | - |\n| defineCustomElement() | - | - | - |","example":""},"reactivity_core":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| ref() | √ | 4.11 | 4.0 |\n| computed() | - | - | - |\n| reactive() | √ | 4.11 | 4.0 |\n| readonly() | 4.0 | 4.11 | 4.0 |\n| watchEffect() | 4.0 | 4.11 | 4.0 |\n| watchPostEffect() | 4.0 | 4.11 | 4.0 |\n| watchSyncEffect() | 4.0 | 4.11 | 4.0 |\n| watch() | 4.0 | 4.11 | 4.0 |","example":""},"reactivity_utilities":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| isRef() | 4.0 | 4.11 | 4.0 |\n| unref() | 4.0 | 4.11 | 4.0 |\n| toRef() | 4.0 | 4.11 | 4.11 |\n| toValue() | 4.0 | 4.11 | 4.11 |\n| toRefs() | 4.0 | 4.11 | 4.11 |\n| isProxy() | 4.0 | 4.11 | 4.0 |\n| isReactive() | 4.0 | 4.11 | 4.0 |\n| isReadonly() | 4.0 | 4.11 | 4.0 |","example":""},"reactivity_advanced":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| shallowRef() | 4.0 | 4.11 | 4.0 |\n| triggerRef() | 4.0 | 4.11 | x |\n| customRef() | 4.0 | 4.11 | 4.0 |\n| shallowReactive() | 4.0 | 4.11 | 4.0 |\n| shallowReadonly() | 4.0 | 4.11 | 4.0 |\n| toRaw() | 4.0 | 4.11 | 4.0 |\n| markRaw() | - | - | - |\n| effectScope() | 4.0 | 4.11 | 4.0 |\n| getCurrentScope() | 4.0 | 4.11 | 4.0 |\n| onScopeDispose() | 4.0 | 4.11 | 4.0 |","example":""},"composition_lifecycle":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| onMounted() | 4.0 | 4.11 | 4.0 |\n| onUpdated() | 4.0 | 4.11 | 4.0 |\n| onUnmounted() | 4.0 | 4.11 | 4.0 |\n| onBeforeMount() | 4.0 | 4.11 | 4.0 |\n| onBeforeUpdate() | 4.0 | 4.11 | 4.0 |\n| onBeforeUnmount() | 4.0 | 4.11 | 4.0 |\n| onErrorCaptured() | - | - | - |\n| onRenderTracked() | - | - | - |\n| onRenderTriggered() | - | - | - |\n| onActivated() | x | x | 4.0 |\n| onDeactivated() | x | x | 4.0 |\n| onServerPrefetch() | - | - | - |","example":""},"composition_injection":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| provide() | 4.0 | 4.11 | 4.0 |\n| inject() | 4.0 | 4.11 | 4.0 |\n| hasInjectionContext() | 4.0 | 4.11 | 4.11 |","example":""},"options_state":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| data | 3.9 | 4.11 | 4.0 |\n| props | 3.9 | 4.11 | 4.0 |\n| computed | 3.9 | 4.11 | 4.0 |\n| methods | 3.9 | 4.11 | 4.0 |\n| watch | 3.9 | 4.11 | 4.0 |\n| emits | 3.9 | 4.11 | 4.0 |\n| expose | x | x | 4.0 |","example":""},"options_rendering":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| template | - | - | - |\n| render | 3.9 | 4.11 | 4.0 |\n| compilerOptions | - | - | - |\n| slots | 3.9 | 4.11 | 4.0 |","example":""},"options_lifecycle":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| beforeCreate | 3.9 | 4.11 | 4.0 |\n| created | 3.9 | 4.11 | 4.0 |\n| beforeMount | 3.9 | 4.11 | 4.0 |\n| mounted | 3.9 | 4.11 | 4.0 |\n| beforeUpdate | 3.9 | 4.11 | 4.0 |\n| updated | 3.9 | 4.11 | 4.0 |\n| beforeUnmount | 3.9 | 4.11 | 4.0 |\n| unmounted | 3.9 | 4.11 | 4.0 |\n| errorCaptured | x | x | 4.0 |\n| renderTracked | x | x | 4.0 |\n| renderTriggered | x | x | 4.0 |\n| activated | 4.0 | 4.11 | 4.0 |\n| deactivated | 4.0 | 4.11 | 4.0 |\n| serverPrefetch | - | - | - |","example":""},"options_composition":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| provide | 3.99 | 4.11 | 4.0 |\n| inject | 3.99 | 4.11 | 4.0 |\n| mixins | 3.99 | 4.11 | 4.0 |\n| extends | - | - | - |","example":""},"options_misc":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| name | 3.9 | 4.11 | 4.0 |\n| inheritAttrs | 3.9 | 4.11 | 4.0 |\n| components | 3.9 | 4.11 | 4.0 |\n| directives | - | - | - |","example":""},"component_instance":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| $data | √ | 4.11 | 4.0 |\n| $props | √ | 4.11 | 4.0 |\n| $el | √ | 4.11 | 4.0 |\n| $options | √ | 4.11 | 4.0 |\n| $parent | √ | 4.11 | 4.0 |\n| $root | √ | 4.11 | 4.0 |\n| $slots | √ | 4.11 | 4.0 |\n| $refs | √ | 4.11 | 4.0 |\n| $attrs | √ | 4.11 | 4.0 |\n| $watch() | √ | 4.11 | 4.0 |\n| $emit | √ | 4.11 | 4.0 |\n| $forceUpdate | √ | 4.11 | 4.0 |\n| $nextTick | √ | 4.11 | 4.0 |\n| $callMethod | √ | 4.11 | 4.0 |","example":""},"directives":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| v-text | x | x | 4.0 |\n| v-html | 3.99 | x | 4.0 |\n| v-show | 3.9 | 4.11 | 4.0 |\n| v-if | 3.9 | 4.11 | 4.0 |\n| v-else | 3.9 | 4.11 | 4.0 |\n| v-else-if | 3.9 | 4.11 | 4.0 |\n| v-for | 3.9 | 4.11 | 4.0 |\n| v-on | 3.9 | 4.11 | 4.0 |\n| v-bind | 3.9 | 4.11 | 4.0 |\n| v-model | 3.9 | 4.11 | 4.0 |\n| v-slot | 3.9 | 4.11 | 4.0 |\n| v-pre | 3.99 | 4.11 | 4.0 |\n| v-once | 3.99 | 4.11 | x |\n| v-memo | 3.99 | 4.11 | x |\n| v-cloak | x | x | 4.0 |","example":""},"special_attributes":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| key | 3.9 | 4.11 | 4.0 |\n| ref | 3.9 | 4.11 | 4.0 |\n| is | 3.99 | 4.11 | 4.0 |","example":""},"render_function":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| h() | 3.99 | 4.11 | 4.0 |\n| mergeProps() | 4.0 | 4.11 | 4.0 |\n| cloneVNode() | 4.0 | 4.11 | 4.0 |\n| isVNode() | √ | 4.11 | 4.0 |\n| resolveComponent() | √ | 4.11 | 4.0 |\n| resolveDirective() | - | - | - |\n| withDirectives() | √ | 4.11 | 4.0 |\n| withModifiers() | √ | 4.11 | 4.0 |","example":""},"single_file_component_script":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| defineProps() | 4.0 | 4.11 | 4.0 |\n| defineEmits() | 4.0 | 4.11 | 4.0 |\n| defineModel() | 4.0 | 4.11 | 4.11 |\n| defineExpose() | 4.0 | 4.11 | 4.0 |\n| defineOptions() | 4.0 | 4.11 | 4.11 |\n| defineSlots() | 4.0 | 4.11 | 4.0 |\n| useSlots() | 4.0 | 4.11 | 4.0 |\n| useAttrs() | 4.0 | 4.11 | 4.0 |","example":""},"eventModifiers":{"stop":{"name":"### stop\n","description":"单击事件将停止传递","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |"},"prevent":{"name":"### prevent\n","description":"提交事件将不再重新加载页面","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"capture":{"name":"### capture\n","description":"添加事件监听器时,使用 `capture` 捕获模式(例如:指向内部元素的事件,在被内部元素处理前,先被外部处理)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"self":{"name":"### self\n","description":"仅当 event.target 是元素本身时才会触发事件处理器(仅当 event.target 是元素本身时才会触发事件处理器)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"once":{"name":"### once\n","description":"点击事件最多被触发一次","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | x | 4.0 |"},"passive":{"name":"### passive\n","description":"滚动事件的默认行为 (scrolling) 将立即发生而非等待 `onScroll` 完成(滚动事件的默认行为 (scrolling) 将立即发生而非等待 `onScroll` 完成)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"}},"keyModifiers":{"enter":{"name":"### enter\n","description":"仅在 `key` 为 `Enter` 时调用事件处理器(keycode 为 13)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"tab":{"name":"### tab\n","description":"仅在 `key` 为 `Tab` 时调用事件处理器(keycode 为 9)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"delete":{"name":"### delete\n","description":"仅在 `key` 为 `Delete` 或 `Backspace` 时调用事件处理器","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"esc":{"name":"### esc\n","description":"仅在 `key` 为 `Escape` 时调用事件处理器(keycode 为 27)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"space":{"name":"### space\n","description":"仅在 `key` 为 `Space` 时调用事件处理器(keycode 为 32)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"up":{"name":"### up\n","description":"仅在 `key` 为 `ArrowUp` 时调用事件处理器(keycode 为 38)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"down":{"name":"### down\n","description":"仅在 `key` 为 `ArrowDown` 时调用事件处理器(keycode 为 40)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"left":{"name":"### left\n","description":"仅在 `key` 为 `ArrowLeft` 时调用事件处理器(keycode 为 37)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"right":{"name":"### right\n","description":"仅在 `key` 为 `ArrowRight` 时调用事件处理器(keycode 为 39)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"}},"mouseModifiers":{"left":{"name":"### left\n","description":"单击鼠标左键时触发鼠标事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"right":{"name":"### right\n","description":"单击鼠标右键时触发鼠标事件","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"middle":{"name":"### middle\n","description":"单击鼠标中键(滚轮)时触发鼠标事件","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"}},"systemModifiers":{"ctrl":{"name":"### ctrl\n","description":"当按下 \\ 时触发鼠标或键盘事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"alt":{"name":"### alt\n","description":"当按下 \\ 时触发鼠标或键盘事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"shift":{"name":"### shift\n","description":"当按下 \\ 时触发鼠标或键盘事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"meta":{"name":"### meta\n","description":"当按下 \\ 时触发鼠标或键盘事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"exact":{"name":"### exact\n","description":"`.exact` 修饰符允许控制触发事件所需的系统修饰符的精确组合。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"}},"propsModifiers":{"sync":{"name":"### sync\n","description":"","compatibility":""}},"vModelModifiers":{"lazy":{"name":"### lazy\n","description":"默认情况下,`v-model` 会在每次 `input` 事件后更新数据 (IME 拼字阶段的状态例外)。你可以添加 `lazy` 修饰符来改为在每次 `change` 事件后更新数据","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | x | x |"},"number":{"name":"### number\n","description":"如果你想让用户输入自动转换为数字,你可以在 `v-model` 后添加 `.number` 修饰符来管理输入","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | x | 4.0 |"},"trim":{"name":"### trim\n","description":"如果你想要默认自动去除用户输入内容中两端的空格,你可以在 `v-model` 后添加 `.trim` 修饰符","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | x | 4.0 |"}},"E_App":{"example":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/App.uvue","code":"```vue\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#"}},"E_type":{"type":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/type/type.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/type/type"}},"E_app-instance":{"component_component":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/component/component.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/component/component"},"globalProperties_globalProperties-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/globalProperties/globalProperties-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n globalProperties string: {{ globalPropertiesStr }}\r\n globalProperties number: {{ globalPropertiesNum }}\r\n globalProperties boolean: {{ globalPropertiesBool }}\r\n globalProperties object: {{ globalPropertiesObj }}\r\n globalProperties null: {{ globalPropertiesNull }}\r\n globalProperties array: {{ globalPropertiesArr }}\r\n globalProperties set: {{ globalPropertiesSet }}\r\n globalProperties map: {{ globalPropertiesMap }}\r\n globalProperties reactiveObj.str:\r\n {{ globalPropertiesReactiveObj['str'] }}\r\n globalProperties reactiveObj.num:\r\n {{ globalPropertiesReactiveObj['num'] }}\r\n globalProperties reactiveObj.boolean:\r\n {{ globalPropertiesReactiveObj['bool'] }}\r\n globalProperties fun 返回值: {{ globalPropertiesFn() }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/globalProperties/globalProperties-composition"},"globalProperties_globalProperties-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/globalProperties/globalProperties-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n globalProperties string: {{ globalPropertiesStr }}\r\n globalProperties number: {{ globalPropertiesNum }}\r\n globalProperties boolean: {{ globalPropertiesBool }}\r\n globalProperties object: {{ globalPropertiesObj }}\r\n globalProperties null: {{ globalPropertiesNull }}\r\n globalProperties array: {{ globalPropertiesArr }}\r\n globalProperties set: {{ globalPropertiesSet }}\r\n globalProperties map: {{ globalPropertiesMap }}\r\n globalProperties reactiveObj.str:\r\n {{ globalPropertiesReactiveObj['str'] }}\r\n globalProperties reactiveObj.num:\r\n {{ globalPropertiesReactiveObj['num'] }}\r\n globalProperties reactiveObj.boolean:\r\n {{ globalPropertiesReactiveObj['bool'] }}\r\n globalProperties fun 返回值: {{ globalPropertiesFn() }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/globalProperties/globalProperties-options"},"use_use-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/use/use-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/use/use-composition"},"use_use-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/use/use-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/use/use-options"}},"E_component-instance":{"attrs_attrs-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/attrs/attrs-composition.uvue","code":"```vue\n\n \n {}\" />\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/attrs/attrs-composition"},"attrs_attrs-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/attrs/attrs-options.uvue","code":"```vue\n\n \n {}\" />\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/attrs/attrs-options"},"attrs_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/attrs/child-composition.uvue","code":"```vue\n\n \n \n hasPropsAttr\n {{ hasPropsAttr }}\n \n \n hasEmitsAttr\n {{ hasEmitsAttr }}\n \n \n hasClassAttr\n {{ hasClassAttr }}\n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/attrs/child-composition"},"attrs_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/attrs/child-options.uvue","code":"```vue\n\n \n \n hasPropsAttr\n {{ hasPropsAttr }}\n \n \n hasEmitsAttr\n {{ hasEmitsAttr }}\n \n \n hasClassAttr\n {{ hasClassAttr }}\n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/attrs/child-options"},"circular-reference_ChildA-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildA-composition.uvue","code":"```vue\n\r\n \r\n \r\n child A limit:\r\n {{limit}}\r\n \r\n 1\" :limit=\"limit-1\" />\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildA-composition"},"circular-reference_ChildA-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildA-options.uvue","code":"```vue\n\r\n \r\n \r\n child A limit:\r\n {{limit}}\r\n \r\n 1\" :limit=\"limit-1\" />\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildA-options"},"circular-reference_ChildB-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildB-composition.uvue","code":"```vue\n\n \n \n child B limit:\n {{ limit }}\n \n 1\" :limit=\"limit - 1\" />\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildB-composition"},"circular-reference_ChildB-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildB-options.uvue","code":"```vue\n\n \n \n child B limit:\n {{limit}}\n \n 1\" :limit=\"limit-1\" />\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildB-options"},"circular-reference_ChildC-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildC-composition.uvue","code":"```vue\n\r\n \n \n child C limit:\n {{limit}}\n \n 1\" :limit=\"limit-1\" />\n \r\n\r\n\r\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildC-composition"},"circular-reference_ChildC-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildC-options.uvue","code":"```vue\n\r\n \r\n \r\n child C limit:\r\n {{limit}}\r\n \r\n 1\" :limit=\"limit-1\" />\r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildC-options"},"circular-reference_circular-reference-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/circular-reference-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/circular-reference-composition"},"circular-reference_circular-reference-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/circular-reference-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/circular-reference-options"},"data_data-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/data/data-composition.uvue","code":"```vue\n\n \n \n str: \n {{ str }}\n \n \n num: \n {{ num }}\n \n \n arr: \n {{ arr.join(',') }}\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/data/data-composition"},"data_data-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/data/data-options.uvue","code":"```vue\n\n \n \n str: \n {{ str }}\n \n \n num: \n {{ num }}\n \n \n arr: \n {{ arr.join(',') }}\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/data/data-options"},"define-expose_define-expose":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/define-expose/define-expose.uvue","code":"```vue\n\n \n \n \n str from component Foo: \n {{ fooStr }}\n \n \n num from component Foo: \n {{ fooNum }}\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/define-expose/define-expose"},"el_el-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/el/el-composition.uvue","code":"```vue\n\n\n \n root node tagName:\n {{ el }}\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/el/el-composition"},"el_el-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/el/el-options.uvue","code":"```vue\n\n \n root node tagName:\n {{ el }}\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/el/el-options"},"emit-function_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/emit-function/child-composition.uvue","code":"```vue\n\n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/emit-function/child-composition"},"emit-function_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/emit-function/child-options.uvue","code":"```vue\n\n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/emit-function/child-options"},"emit-function_emit-function-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/emit-function/emit-function-composition.uvue","code":"```vue\n\n \n \n 子组件传的参数\n \n {{ value }}\n \n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/emit-function/emit-function-composition"},"emit-function_emit-function-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/emit-function/emit-function-options.uvue","code":"```vue\n\n \n \n 子组件传的参数\n \n {{ value }}\n \n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/emit-function/emit-function-options"},"force-update_force-update-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/force-update/force-update-composition.uvue","code":"```vue\n\n \n $forceUpdate\n Date.now(): {{ Date.now() }}\n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/force-update/force-update-composition"},"force-update_force-update-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/force-update/force-update-options.uvue","code":"```vue\n\n \n $forceUpdate\n Date.now(): {{ Date.now() }}\n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/force-update/force-update-options"},"inject_inject-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/inject/inject-composition.uvue","code":"```vue\n\r\n \r\n inject page\r\n msg: {{msg}}\r\n num: {{num}}\r\n obj: {{JSON.stringify(obj)}}\r\n arr: {{JSON.stringify(arr)}}\r\n arr[0]: {{ arr[0]}}\r\n fn: {{fn?.()}}\r\n hasInjectionContext:\r\n {{checkHasInjectionContextRes}}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/inject/inject-composition"},"inject_inject-options-1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/inject/inject-options-1.uvue","code":"```vue\n\n \n component for inject 1\n aliasProvidePageTitle: {{ aliasProvidePageTitle }}\n providePageStr: {{ providePageStr }}\n providePageNum: {{ providePageNum }}\n providePageBool: {{ providePageBool }}\n providePageObject.title: {{ providePageObject['title'] }}\n providePageObject.content: {{ providePageObject['content'] }}\n providePageArr: {{ JSON.stringify(providePageArr) }}\n providePageMap: {{ JSON.stringify(providePageMapObj) }}\n providePageSet: {{ JSON.stringify(providePageSetArr) }}\n testInjectStringDefaultValue: {{ testInjectStringDefaultValue }}\n testInjectObjectDefaultValue.title:\n {{ testInjectObjectDefaultValue['title'] }}\n testInjectObjectDefaultValue.content:\n {{ testInjectObjectDefaultValue['content'] }}\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/inject/inject-options-1"},"inject_inject-options-2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/inject/inject-options-2.uvue","code":"```vue\n\n \n component for inject 2\n providePageTitle: {{ providePageTitle }}\n providePageStr: {{ providePageStr }}\n providePageNum: {{ providePageNum }}\n providePageBool: {{ providePageBool }}\n providePageObject.title: {{ providePageObject['title'] }}\n providePageObject.content: {{ providePageObject['content'] }}\n providePageArr: {{ JSON.stringify(providePageArr) }}\n providePageMap: {{ JSON.stringify(providePageMapObj) }}\n providePageSet: {{ JSON.stringify(providePageSetArr) }}\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/inject/inject-options-2"},"methods_call-method-define-expose":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-define-expose.uvue","code":"```vue\n\n \n \n \n \n 调用子组件 difineExpose 暴露方法结果: \n {{ callMethodRes }}\n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-define-expose"},"methods_call-method-easycom-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-easycom-composition.uvue","code":"```vue\n\n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-easycom-composition"},"methods_call-method-easycom-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-easycom-options.uvue","code":"```vue\n\n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-easycom-options"},"methods_call-method-easycom-uni-modules-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-easycom-uni-modules-composition.uvue","code":"```vue\n\n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-easycom-uni-modules-composition"},"methods_call-method-easycom-uni-modules-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-easycom-uni-modules-options.uvue","code":"```vue\n\n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-easycom-uni-modules-options"},"methods_call-method-other-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-other-composition.uvue","code":"```vue\n\n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-other-composition"},"methods_call-method-other-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-other-options.uvue","code":"```vue\n\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-other-options"},"methods_call-method-uni-element-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-uni-element-composition.uvue","code":"```vue\n\n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-uni-element-composition"},"methods_call-method-uni-element-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-uni-element-options.uvue","code":"```vue\n\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-uni-element-options"},"methods_component-define-expose":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/component-define-expose.uvue","code":"```vue\n\r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/component-define-expose"},"methods_component1-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/component1-composition.uvue","code":"```vue\n\n {{ result }}\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/component1-composition"},"methods_component1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/component1.uvue","code":"```vue\n\n {{result}}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/component1"},"mixins_mixins-app-page-namesake":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/mixins-app-page-namesake.uvue","code":"```vue\n\n \n \n \n \n props:\n {{ namesakeMixinProp }}\n {{ namesakeChildMixinProp }}\n\n data:\n {{ namesakeMixinDataMsg }}\n {{ namesakeChildMixinDataMsg }}\n\n computed:\n {{ namesakeMixinComputed }}\n {{ namesakeChildMixinComputed }}\n\n method:\n {{ namesakeMixinMethod() }}\n {{ namesakeChildMixinMethod() }}\n\n mixin component:\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/mixins-app-page-namesake"},"mixins_mixins-app":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/mixins-app.uvue","code":"```vue\n\n \n \n \n \n \n props:\n {{ globalMixinProp1 }}\n {{ globalChildMixinProp1 }}\n {{ globalMixinProp2 }}\n {{ globalChildMixinProp2 }}\n {{ mixinProp1 }}\n {{ childMixinProp1 }}\n {{ mixinProp2 }}\n {{ childMixinProp2 }}\n {{ namesakeMixinProp }}\n {{ namesakeChildMixinProp }}\n\n data:\n {{ globalMixinDataMsg1 }}\n {{ globalChildMixinDataMsg1 }}\n {{ globalMixinDataMsg2 }}\n {{ globalChildMixinDataMsg2 }}\n {{ mixinDataMsg1 }}\n {{ childMixinDataMsg1 }}\n {{ mixinDataMsg2 }}\n {{ childMixinDataMsg2 }}\n {{ namesakeMixinDataMsg }}\n {{ namesakeChildMixinDataMsg }}\n\n computed:\n {{ globalMixinComputed1 }}\n {{ globalChildMixinComputed1 }}\n {{ globalMixinComputed2 }}\n {{ globalChildMixinComputed2 }}\n {{ mixinComputed1 }}\n {{ childMixinComputed1 }}\n {{ mixinComputed2 }}\n {{ childMixinComputed2 }}\n {{ namesakeMixinComputed }}\n {{ namesakeChildMixinComputed }}\n\n watch:\n {{ globalMixinWatchMsg1 }}\n {{ globalChildMixinWatchMsg1 }}\n {{ globalMixinWatchMsg2 }}\n {{ globalChildMixinWatchMsg2 }}\n {{ mixinWatchMsg1 }}\n {{ childMixinWatchMsg1 }}\n {{ mixinWatchMsg2 }}\n {{ childMixinWatchMsg2 }}\n {{ mixinWatchMsg }}\n\n lifecycle:\n {{ globalMixinOnloadMsg1 }}\n {{ globalMixinOnloadMsg2 }}\n {{ globalChildMixinOnloadMsg1 }}\n {{ globalChildMixinOnloadMsg2 }}\n {{ mixinOnloadMsg1 }}\n {{ mixinOnloadMsg2 }}\n {{ childMixinOnloadMsg1 }}\n {{ childMixinOnloadMsg2 }}\n {{ onloadMsg }}\n\n method:\n {{ globalMixinMethod1() }}\n {{ globalChildMixinMethod1() }}\n {{ globalMixinMethod2() }}\n {{ globalChildMixinMethod2() }}\n {{ mixinMethod1() }}\n {{ childMixinMethod1() }}\n {{ mixinMethod2() }}\n {{ childMixinMethod2() }}\n {{ namesakeMixinMethod() }}\n {{ namesakeChildMixinMethod() }}\n\n component:\n handleMixinEmitter('globalMixinEmit1', arg)\"\n @globalChildMixinEmit1=\"(arg: string) => handleMixinEmitter('globalChildMixinEmit1', arg)\"\n @globalMixinEmit2=\"(arg: string) => handleMixinEmitter('globalMixinEmit2', arg)\"\n @globalChildMixinEmit2=\"(arg: string) => handleMixinEmitter('globalChildMixinEmit2', arg)\"\n @mixinEmit=\"(arg: string) => handleMixinEmitter('mixinEmit', arg)\"\n @childMixinEmit=\"(arg: string) => handleMixinEmitter('childMixinEmit', arg)\" />\n handleMixinEmitterMsg: {{ handleMixinEmitterMsg }}\n \n mixin component:\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/mixins-app"},"mixins_mixins-web":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/mixins-web.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n mixinProp: {{mixinProp}}\r\n mixinDataMsg: {{mixinDataMsg}}\r\n mixinOnloadMsg: {{mixinOnloadMsg}}\r\n mixinComputed: {{mixinComputed}}\r\n\r\n handleMixinEmitter('globalMixinEmit1', arg)\"\r\n @globalChildMixinEmit1=\"(arg: string) => handleMixinEmitter('globalChildMixinEmit1', arg)\"\r\n @globalMixinEmit2=\"(arg: string) => handleMixinEmitter('globalMixinEmit2', arg)\"\r\n @globalChildMixinEmit2=\"(arg: string) => handleMixinEmitter('globalChildMixinEmit2', arg)\"\r\n @mixinEmit=\"(arg: string) => handleMixinEmitter('mixinEmit', arg)\"\r\n @childMixinEmit=\"(arg: string) => handleMixinEmitter('childMixinEmit', arg)\" />\r\n \r\n handleMixinEmitterMsg: {{ handleMixinEmitterMsg }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/mixins-web"},"nextTick_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/nextTick/child-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n title:\r\n {{ dataInfo.title }}\r\n \r\n \r\n before $nextTick title:\r\n {{ dataInfo.beforeNextTickTitle }}\r\n \r\n \r\n after $nextTick title:\r\n {{ dataInfo.afterNextTickTitle }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/nextTick/child-composition"},"nextTick_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/nextTick/child-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n title for callback:\r\n {{ dataInfo.titleForCallback }}\r\n \r\n \r\n before $nextTick callback title:\r\n {{ dataInfo.beforeNextTickCallbackTitle }}\r\n \r\n \r\n after $nextTick callback title:\r\n {{ dataInfo.afterNextTickCallbackTitle }}\r\n \r\n \r\n title for promise:\r\n {{ dataInfo.titleForPromise }}\r\n \r\n \r\n before $nextTick promise title:\r\n {{ dataInfo.beforeNextTickPromiseTitle }}\r\n \r\n \r\n after $nextTick promise title:\r\n {{ dataInfo.afterNextTickPromiseTitle }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/nextTick/child-options"},"nextTick_nextTick-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/nextTick/nextTick-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n title:\r\n {{ dataInfo.title }}\r\n \r\n \r\n before $nextTick title:\r\n {{ dataInfo.beforeNextTickTitle }}\r\n \r\n \r\n after $nextTick title:\r\n {{ dataInfo.afterNextTickTitle }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/nextTick/nextTick-composition"},"nextTick_nextTick-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/nextTick/nextTick-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n title for callback:\r\n {{ dataInfo.titleForCallback }}\r\n \r\n \r\n before $nextTick callback title:\r\n {{ dataInfo.beforeNextTickCallbackTitle }}\r\n \r\n \r\n after $nextTick callback title:\r\n {{ dataInfo.afterNextTickCallbackTitle }}\r\n \r\n \r\n title for promise:\r\n {{ dataInfo.titleForPromise }}\r\n \r\n \r\n before $nextTick promise title:\r\n {{ dataInfo.beforeNextTickPromiseTitle }}\r\n \r\n \r\n after $nextTick promise title:\r\n {{ dataInfo.afterNextTickPromiseTitle }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/nextTick/nextTick-options"},"options_options-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/options/options-composition.uvue","code":"```vue\n\r\n \r\n \r\n component name: \r\n {{ dataInfo.name }}\r\n \r\n \r\n \r\n custom key: \r\n {{ dataInfo.customKey }}\r\n \r\n \r\n mixin data str: \r\n {{ dataInfo.mixinDataStr }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/options/options-composition"},"options_options-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/options/options-options.uvue","code":"```vue\n\r\n \r\n \r\n component name: \r\n {{ dataInfo.name }}\r\n \r\n \r\n \r\n custom key: \r\n {{ dataInfo.customKey }}\r\n \r\n \r\n mixin data str: \r\n {{ dataInfo.mixinDataStr }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/options/options-options"},"parent_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/parent/child-composition.uvue","code":"```vue\n\r\n \r\n \r\n parent str: \r\n {{ parentStr }}\r\n \r\n \r\n parent num: \r\n {{ parentNum }}\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/parent/child-composition"},"parent_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/parent/child-options.uvue","code":"```vue\n\r\n \r\n \r\n parent str: \r\n {{ parentStr }}\r\n \r\n \r\n parent num: \r\n {{ parentNum }}\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/parent/child-options"},"parent_parent-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/parent/parent-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/parent/parent-composition"},"parent_parent-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/parent/parent-options.uvue","code":"```vue\n\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/parent/parent-options"},"props_array-literal-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/array-literal-composition.uvue","code":"```vue\n\r\n \r\n array literal\r\n \r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n bool: \r\n {{ bool }}\r\n \r\n \r\n obj: \r\n {{ JSON.stringify(obj) }}\r\n \r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/array-literal-composition"},"props_array-literal-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/array-literal-options.uvue","code":"```vue\n\r\n \r\n array literal\r\n \r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n bool: \r\n {{ bool }}\r\n \r\n \r\n obj: \r\n {{ JSON.stringify(obj) }}\r\n \r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/array-literal-options"},"props_object-type-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/object-type-composition.uvue","code":"```vue\n\r\n \r\n object type\r\n \r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n bool: \r\n {{ bool }}\r\n \r\n \r\n obj: \r\n {{ JSON.stringify(obj) }}\r\n \r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/object-type-composition"},"props_object-type-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/object-type-options.uvue","code":"```vue\n\r\n\t\n object type\r\n\t\t\r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n bool: \r\n {{ bool }}\r\n \r\n \r\n obj: \r\n {{ JSON.stringify(obj) }}\r\n \r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n\t\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/object-type-options"},"props_props-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/props-composition.uvue","code":"```vue\n\n \n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/props-composition"},"props_props-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/props-options.uvue","code":"```vue\n\n \n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/props-options"},"props_props-with-defaults":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/props-with-defaults.uvue","code":"```vue\n\n \n withDefaults\n \n msg\n {{ props.msg }}\n \n \n labels\n {{ JSON.stringify(props.labels) }}\n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/props-with-defaults"},"props_same-name-prop-default-value-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/same-name-prop-default-value-composition.uvue","code":"```vue\n\r\n \r\n same name prop with default value\r\n \r\n arr: \r\n {{\r\n JSON.stringify(arr)\r\n }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/same-name-prop-default-value-composition"},"props_same-name-prop-default-value-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/same-name-prop-default-value-options.uvue","code":"```vue\n\r\n \r\n same name prop with default value\r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/same-name-prop-default-value-options"},"provide_provide-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/provide/provide-composition.uvue","code":"```vue\n\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/provide/provide-composition"},"provide_provide-options-1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/provide/provide-options-1.uvue","code":"```vue\n\n \n \n \n \n provide page\n \n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/provide/provide-options-1"},"provide_provide-options-2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/provide/provide-options-2.uvue","code":"```vue\n\n \n \n \n \n provide page 2\n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/provide/provide-options-2"},"refs_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/refs/child-composition.uvue","code":"```vue\n\n\n\n {{ value }}\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/refs/child-composition"},"refs_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/refs/child-options.uvue","code":"```vue\n\n\n\n {{ value }}\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/refs/child-options"},"refs_refs-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/refs/refs-composition.uvue","code":"```vue\n\n \n NodeRef: {{ refObject.existRef }}\n childRef: {{ refObject.exisChildRef }}\n ComponentRef\n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/refs/refs-composition"},"refs_refs-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/refs/refs-options.uvue","code":"```vue\n\n \n NodeRef: {{ existRef }}\n childRef: {{ exisChildRef }}\n ComponentRef\n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/refs/refs-options"},"root_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/root/child-composition.uvue","code":"```vue\n\n \n root str in parent component: \n {{ rootStr }}\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/root/child-composition"},"root_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/root/child-options.uvue","code":"```vue\n\n \n root str in parent component: \n {{ rootStr }}\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/root/child-options"},"root_root-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/root/root-composition.uvue","code":"```vue\n\r\n \r\n \r\n root str in parent component: \r\n {{ rootStr }}\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/root/root-composition"},"root_root-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/root/root-options.uvue","code":"```vue\n\n \n \n root str in parent component: \n {{ rootStr }}\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/root/root-options"},"setup-function_Foo":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/setup-function/Foo.uvue","code":"```vue\n\r\n \r\n this is component Foo for setup function\r\n \r\n \r\n hasDefaultSlot:\r\n {{ hasDefaultSlot }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/setup-function/Foo"},"setup-function_RenderFunction":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/setup-function/RenderFunction.uvue","code":"```vue\n\r\n\t\r\n\t\tthis is Render Function component\r\n\t\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/setup-function/RenderFunction"},"setup-function_setup-function":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/setup-function/setup-function.uvue","code":"```vue\n\n \n \n \n \n \n str:\n {{ str }}\n \n \n num:\n {{ num }}\n \n \n bool:\n {{ bool }}\n \n \n count:\n {{ count }}\n \n \n \n obj.str:\n {{ obj['str'] }}\n \n \n obj.num:\n {{ obj['num'] }}\n \n \n obj.bool:\n {{ obj['bool'] }}\n \n \n \n \n \n \n default slot in Foo\n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/setup-function/setup-function"},"slots_slot-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/slots/slot-composition.uvue","code":"```vue\n\n \n \n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/slots/slot-composition"},"slots_slot-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/slots/slot-options.uvue","code":"```vue\n\n \n \n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/slots/slot-options"},"slots_slots-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/slots/slots-composition.uvue","code":"```vue\n\n \n \n header\n default\n footer\n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/slots/slots-composition"},"slots_slots-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/slots/slots-options.uvue","code":"```vue\n\n \n \n header\n default\n footer\n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/slots/slots-options"},"mixins_components_ChildMixinComp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/ChildMixinComp1.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/ChildMixinComp1"},"mixins_components_ChildMixinComp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/ChildMixinComp2.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/ChildMixinComp2"},"mixins_components_Comp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/Comp1.uvue","code":"```vue\n\n \n Comp1: inheritAttrs: false\n rootElementTitle should be null\n rootElementTitle: {{ rootElementTitle }}\n \n trigger emitter:\n \n \n \n \n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/Comp1"},"mixins_components_Comp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/Comp2.uvue","code":"```vue\n\n \n Comp2: inheritAttrs: true\n rootElementTitle should not be null\n rootElementTitle: {{ rootElementTitle }}\n {{ namesakeMixinProp }}\n {{ namesakeMixinDataMsg }}\n {{ namesakeMixinComputed }}\n {{ mixinWatchMsg }}\n {{ namesakeMixinMethod() }}\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/Comp2"},"mixins_components_CompForComp":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/CompForComp.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/CompForComp"},"mixins_components_CompForPage":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/CompForPage.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/CompForPage"},"mixins_components_GlobalChildMixinComp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/GlobalChildMixinComp1.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/GlobalChildMixinComp1"},"mixins_components_GlobalChildMixinComp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/GlobalChildMixinComp2.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/GlobalChildMixinComp2"},"mixins_components_GlobalMixinComp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/GlobalMixinComp1.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/GlobalMixinComp1"},"mixins_components_GlobalMixinComp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/GlobalMixinComp2.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/GlobalMixinComp2"},"mixins_components_MixinComp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinComp1.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinComp1"},"mixins_components_MixinComp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinComp2.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinComp2"},"mixins_components_MixinCompForChildMixin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinCompForChildMixin.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinCompForChildMixin"},"mixins_components_MixinCompForGlobalChildMixin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinCompForGlobalChildMixin.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinCompForGlobalChildMixin"},"mixins_components_MixinCompForGlobalMixin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinCompForGlobalMixin.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinCompForGlobalMixin"},"mixins_components_MixinCompForMixin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinCompForMixin.uvue","code":"```vue\n\n {{ title }}\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinCompForMixin"}},"E_directive":{"v-bind_Foo-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-bind/Foo-composition.uvue","code":"```vue\n\r\n \r\n \r\n props title:\r\n {{ title }}\r\n \r\n \r\n props num:\r\n {{ num }}\r\n \r\n \r\n props obj['name']:\r\n {{ obj['name'] }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-bind/Foo-composition"},"v-bind_Foo-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-bind/Foo-options.uvue","code":"```vue\n\r\n \r\n \r\n props title:\r\n {{ title }}\r\n \r\n \r\n props num:\r\n {{ num }}\r\n \r\n \r\n props obj['name']:\r\n {{ obj['name'] }}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-bind/Foo-options"},"v-bind_v-bind-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-bind/v-bind-composition.uvue","code":"```vue\n\n \n \n \n \n\n \n \n bind object style fontSize:\n \n {{ dataInfo.fontSize }}\n \n \n \n bind arr style\n {{ dataInfo.backgroundColor }}\n {{ dataInfo.border }}\n \n\n \n \n\n \n \n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-bind/v-bind-composition"},"v-bind_v-bind-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-bind/v-bind-options.uvue","code":"```vue\n\n \n \n \n \n\n \n \n bind object style fontSize:\n \n {{ dataInfo.fontSize }}\n \n \n \n bind arr style\n {{ dataInfo.backgroundColor }}\n {{ dataInfo.border }}\n \n\n \n \n\n \n \n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-bind/v-bind-options"},"v-for_v-for-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-for/v-for-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n v-for number\r\n \r\n {{ item }}\r\n \r\n\r\n v-for object\r\n \r\n {{ key }}\r\n {{ value }}\r\n \r\n\r\n v-for & v-if list items\r\n \r\n \r\n \r\n {{ item.name }}\r\n {{\r\n item.count\r\n }}\r\n \r\n \r\n \r\n {{ child.name }}\r\n {{\r\n child.count\r\n }}\r\n \r\n \r\n \r\n \r\n\r\n v-for & v-show list items\r\n \r\n \r\n {{ item.name }}\r\n {{\r\n item.count\r\n }}\r\n \r\n \r\n {{ child.name }}\r\n {{\r\n child.count\r\n }}\r\n \r\n \r\n\r\n \r\n {{ item[0] }}\r\n {{ item[1] }}\r\n \r\n\r\n \r\n {{ item }}\r\n \n\n v-for UTSJSONObject\n \n {{ key }}\n {{ value }}\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-for/v-for-composition"},"v-for_v-for-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-for/v-for-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n v-for number\r\n \r\n {{ item }}\r\n \r\n\r\n v-for object\r\n \r\n {{ key }}\r\n {{ value }}\r\n \r\n\r\n v-for & v-if list items\r\n \r\n \r\n \r\n {{ item.name }}\r\n {{\r\n item.count\r\n }}\r\n \r\n \r\n \r\n {{ child.name }}\r\n {{\r\n child.count\r\n }}\r\n \r\n \r\n \r\n \r\n\r\n v-for & v-show list items\r\n \r\n \r\n {{ item.name }}\r\n {{\r\n item.count\r\n }}\r\n \r\n \r\n {{ child.name }}\r\n {{\r\n child.count\r\n }}\r\n \r\n \r\n\r\n \r\n {{ item[0] }}\r\n {{ item[1] }}\r\n \r\n\r\n \r\n {{ item }}\r\n \n\n v-for UTSJSONObject\n \n {{ key }}\n {{ value }}\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-for/v-for-options"},"v-html_v-html-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-html/v-html-composition.uvue","code":"```vue\n\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-html/v-html-composition"},"v-html_v-html-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-html/v-html-options.uvue","code":"```vue\n\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-html/v-html-options"},"v-if_v-if-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-if/v-if-composition.uvue","code":"```vue\n\n \n \n v-if\n show\n \n \n\n \n num:\n {{ num }}\n \n \n v-if v-else-if v-else\n v-if num = 1\n v-else-if num = 2\n v-else\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-if/v-if-composition"},"v-if_v-if-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-if/v-if-options.uvue","code":"```vue\n\n \n \n v-if\n show\n \n \n\n \n num:\n {{ num }}\n \n \n v-if v-else-if v-else\n v-if num = 1\n v-else-if num = 2\n v-else\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-if/v-if-options"},"v-memo_v-memo-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-memo/v-memo-composition.uvue","code":"```vue\n\n \n \n msg will never change:\n {{ msg }}\n \n \n msg:\n {{ msg }}\n \n \n msg will change when num chang:\n {{ msg }}\n \n \n num:\n {{ num }}\n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-memo/v-memo-composition"},"v-memo_v-memo-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-memo/v-memo-options.uvue","code":"```vue\n\n \n \n msg will never change:\n {{ msg }}\n \n \n msg:\n {{ msg }}\n \n \n msg will change when num chang:\n {{ msg }}\n \n \n num:\n {{ num }}\n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-memo/v-memo-options"},"v-model_Foo-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-model/Foo-composition.uvue","code":"```vue\n\n \n \n v-model in Foo:\n {{ modelValue }}\n \n \n v-model:msg in Foo:\n {{ msg }}\n \n\n \n defineModel num:\n {{ num }}\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-model/Foo-composition"},"v-model_v-model-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-model/v-model-composition.uvue","code":"```vue\n\n \n \n \n \n \n handle modelValue update res:\n {{ handleModelValueUpdateRes }}\n \n \n handle model msg update res:\n {{ handleModelMsgUpdateRes }}\n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-model/v-model-composition"},"v-model_v-model-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-model/v-model-options.uvue","code":"```vue\n\n \n \n str:\n {{ str }}\n \n \n \n \n \n \n typeof num:\n {{ typeof num }}\n \n \n str for trim length:\n {{ strForTrim.length }}\n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-model/v-model-options"},"v-on_v-on-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-on/v-on-composition.uvue","code":"```vue\n\r\n \r\n 下方按钮点击累加 count\r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-on/v-on-composition"},"v-on_v-on-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-on/v-on-options.uvue","code":"```vue\n\r\n \r\n 下方按钮点击累加 count\r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-on/v-on-options"},"v-once_v-once-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-once/v-once-composition.uvue","code":"```vue\n\n \n \n This msg will never change:\n {{ msg }}\n \n \n msg:\n {{ msg }}\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-once/v-once-composition"},"v-once_v-once-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-once/v-once-options.uvue","code":"```vue\n\n \n \n This msg will never change:\n {{ msg }}\n \n \n msg:\n {{ msg }}\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-once/v-once-options"},"v-pre_v-pre":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-pre/v-pre.uvue","code":"```vue\n\n \n v-pre 跳过该元素及其所有子元素的编译\n {{ this will not be compiled }}\n \n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-pre/v-pre"},"v-show_v-show-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-show/v-show-composition.uvue","code":"```vue\n\n \n \n \n 点击上方按钮,切换显示/隐藏\n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-show/v-show-composition"},"v-show_v-show-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-show/v-show-options.uvue","code":"```vue\n\n \n \n \n 点击上方按钮,切换显示/隐藏\n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-show/v-show-options"},"v-slot_Foo-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-slot/Foo-composition.uvue","code":"```vue\n\n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-slot/Foo-composition"},"v-slot_Foo-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-slot/Foo-options.uvue","code":"```vue\n\n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-slot/Foo-options"},"v-slot_v-slot-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-slot/v-slot-composition.uvue","code":"```vue\n\n \n \n \n \n header slot msg:\n \n \n \n \n \n default slot num:\n {{ num }}\n \n \n \n \n footer slot arr:\n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-slot/v-slot-composition"},"v-slot_v-slot-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-slot/v-slot-options.uvue","code":"```vue\n\n \n \n \n \n header slot msg:\n \n \n \n \n \n default slot num:\n {{ num }}\n \n \n \n \n footer slot arr:\n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-slot/v-slot-options"},"v-text_v-text-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-text/v-text-composition.uvue","code":"```vue\n\n \n \n v-txt for text:\n \n \n \n v-txt for view:\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-text/v-text-composition"},"v-text_v-text-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-text/v-text-options.uvue","code":"```vue\n\n \n \n v-txt for text:\n \n \n \n v-txt for view:\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-text/v-text-options"}},"E_error":{"runtime-error_runtime-error-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/error/runtime-error/runtime-error-composition.uvue","code":"```vue\n\n \n {{ arr[1] }}\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/error/runtime-error/runtime-error-composition"},"runtime-error_runtime-error-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/error/runtime-error/runtime-error-options.uvue","code":"```vue\n\n \n {{ arr[1] }}\n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/error/runtime-error/runtime-error-options"}},"E_examples":{"nested-component-communication_nested-component-communication-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/nested-component-communication/nested-component-communication-composition.uvue","code":"```vue\n\n \n \n 父组件:\n {{ msg }}\n \n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/nested-component-communication/nested-component-communication-composition"},"nested-component-communication_nested-component-communication-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/nested-component-communication/nested-component-communication-options.uvue","code":"```vue\n\n \n \n 父组件:\n {{ msg }}\n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/nested-component-communication/nested-component-communication-options"},"set-custom-child-component-root-node-class_child":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/set-custom-child-component-root-node-class/child.uvue","code":"```vue\n\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/set-custom-child-component-root-node-class/child"},"set-custom-child-component-root-node-class_set-custom-child-component-root-node-class-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-composition.uvue","code":"```vue\n\n \n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-composition"},"set-custom-child-component-root-node-class_set-custom-child-component-root-node-class-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-options.uvue","code":"```vue\n\n \n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-options"},"unrecognized-component_unrecognized-component":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/unrecognized-component/unrecognized-component.uvue","code":"```vue\n\r\n\ttext in unrecognized component\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/unrecognized-component/unrecognized-component"},"nested-component-communication_components_child":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/nested-component-communication/components/child.uvue","code":"```vue\n\n \n \n 子组件:\n {{ msg }}\n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/nested-component-communication/components/child"},"nested-component-communication_components_grandChild":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/nested-component-communication/components/grandChild.uvue","code":"```vue\n\n \n \n 孙组件:\n {{ msg }}\n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/nested-component-communication/components/grandChild"}},"E_lifecycle":{"component_ChildComponentComposition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/component/ChildComponentComposition.uvue","code":"```vue\n\r\n title: {{ title }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/component/ChildComponentComposition"},"component_ChildComponentOptions":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/component/ChildComponentOptions.uvue","code":"```vue\n\r\n title: {{ title }}\r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/component/ChildComponentOptions"},"component_component-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/component/component-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n component lifecycle 组合式 API\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/component/component-composition"},"component_component-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/component/component-options.uvue","code":"```vue\n\r\n \r\n component lifecycle 选项式 API\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/component/component-options"},"page_monitor-page-lifecycle-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/page/monitor-page-lifecycle-composition.uvue","code":"```vue\n\n\n组件监听页面、应用生命周期(组合式 API)\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/page/monitor-page-lifecycle-composition"},"page_monitor-page-lifecycle-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/page/monitor-page-lifecycle-options.uvue","code":"```vue\n\n\n组件监听页面、应用生命周期(选项式 API)\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/page/monitor-page-lifecycle-options"},"page_page-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/page/page-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n page lifecycle 组合式 API\r\n \r\n onLoad 触发:\r\n {{ isOnloadTriggered }}\r\n \r\n \r\n onPageShow 触发:\r\n {{ isOnPageShowTriggered }}\r\n \r\n \r\n onReady 触发:\r\n {{ isOnReadyTriggered }}\r\n \r\n \r\n onPullDownRefresh 触发:\r\n {{ isOnPullDownRefreshTriggered }}\r\n \r\n \r\n onReachBottom 触发:\r\n {{ isOnReachBottomTriggered }}\r\n \r\n \r\n onBackPress 触发:\r\n {{ isOnBackPressTriggered }}\r\n \r\n \r\n onPageHide 触发:\r\n {{ isOnPageHideTriggered }}\r\n \r\n \r\n onResize 触发:\r\n {{ isOnResizeTriggered }}\r\n \n\t\t\t\n\t\t\t\t\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/page/page-composition"},"page_page-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/page/page-options.uvue","code":"```vue\n\n \n \n \n \n page lifecycle 选项式 API\n \n onLoad 触发:\n {{ isOnloadTriggered }}\n \n \n onShow 触发:\n {{ isOnShowTriggered }}\n \n \n onReady 触发:\n {{ isOnReadyTriggered }}\n \n \n onPullDownRefresh 触发:\n {{ isOnPullDownRefreshTriggered }}\n \n \n onReachBottom 触发:\n {{ isOnReachBottomTriggered }}\n \n \n onBackPress 触发:\n {{ isOnBackPressTriggered }}\n \n \n onHide 触发:\n {{ isOnHideTriggered }}\n \n \n onResize 触发:\n {{ isOnResizeTriggered }}\n \n\t\t\t\n \n \n \n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/page/page-options"}},"E_render-function":{"cloneVNode_cloneVNode-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/cloneVNode/cloneVNode-composition.uvue","code":"```vue\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/cloneVNode/cloneVNode-composition"},"cloneVNode_cloneVNode-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/cloneVNode/cloneVNode-options.uvue","code":"```vue\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/cloneVNode/cloneVNode-options"},"isVNode_isVNode-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/isVNode/isVNode-composition.uvue","code":"```vue\n\r\n \r\n \r\n isVNode VNode:\r\n {{ isVNodeVNode }}\r\n \r\n \r\n isVNode string:\r\n {{ isVNodeString }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/isVNode/isVNode-composition"},"isVNode_isVNode-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/isVNode/isVNode-options.uvue","code":"```vue\n\r\n \r\n \r\n isVNode VNode:\r\n {{ isVNodeVNode }}\r\n \r\n \r\n isVNode string:\r\n {{ isVNodeString }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/isVNode/isVNode-options"},"mergeProps_mergeProps-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/mergeProps/mergeProps-composition.uvue","code":"```vue\n\r\n \r\n \r\n merged class\r\n {{mergedProps['class']}}\r\n \r\n \r\n \r\n prop function result list\r\n {{item}}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/mergeProps/mergeProps-composition"},"mergeProps_mergeProps-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/mergeProps/mergeProps-options.uvue","code":"```vue\n\r\n \r\n \r\n merged class\r\n {{mergedProps['class']}}\r\n \r\n \r\n \r\n prop function result list\r\n {{item}}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/mergeProps/mergeProps-options"},"render_render-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/render/render-composition.uvue","code":"```vue\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/render/render-composition"},"render_render-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/render/render-options.uvue","code":"```vue\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/render/render-options"},"resolveComponent_resolveComponent-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/resolveComponent/resolveComponent-composition.uvue","code":"```vue\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/resolveComponent/resolveComponent-composition"},"resolveComponent_resolveComponent-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/resolveComponent/resolveComponent-options.uvue","code":"```vue\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/resolveComponent/resolveComponent-options"},"withDirectives_withDirectives-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/withDirectives/withDirectives-composition.uvue","code":"```vue\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/withDirectives/withDirectives-composition"},"withDirectives_withDirectives-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/withDirectives/withDirectives-options.uvue","code":"```vue\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/withDirectives/withDirectives-options"},"withModifiers_withModifiers-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/withModifiers/withModifiers-composition.uvue","code":"```vue\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/withModifiers/withModifiers-composition"},"withModifiers_withModifiers-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/withModifiers/withModifiers-options.uvue","code":"```vue\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/withModifiers/withModifiers-options"}},"E_built-in":{"component_keep-alive_keep-alive-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/component/keep-alive/keep-alive-composition.uvue","code":"```vue\n\n \n \n \n \n include=\"Counter,Message\"\n \n \n \n \n :include=\"/Counter|Message/\"\n \n \n \n \n :include=\"['Counter', 'Message']\"\n \n \n \n \n exclude=\"ShouldExclude\"\n \n \n \n \n :max=\"2\"\n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/component/keep-alive/keep-alive-composition"},"component_keep-alive_keep-alive-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/component/keep-alive/keep-alive-options.uvue","code":"```vue\n\n \n \n \n \n include \"Counter,Message\"\n \n \n \n \n include \"/Counter|Message/\"\n \n \n \n \n include \"['Counter', 'Message']\"\n \n \n \n \n exclude \"ShouldExclude\"\n \n \n \n \n max 2\n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/component/keep-alive/keep-alive-options"},"component_teleport_teleport-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/component/teleport/teleport-composition.uvue","code":"```vue\n\n \n \n \n \n .container 区域\n \n content1 区域\n \n \n content2 区域\n \n \n \n 内容在.container中,使用teleport在#content1元素中展示\n \n \n \n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/component/teleport/teleport-composition"},"component_teleport_teleport-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/component/teleport/teleport-options.uvue","code":"```vue\n\n \n \n \n \n .container 区域\n \n content1 区域\n \n \n content2 区域\n \n \n \n 内容在.container中,使用teleport在#content1元素中展示\n \n \n \n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/component/teleport/teleport-options"},"special-elements_component_component-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/component/component-composition.uvue","code":"```vue\n\n \n \n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/component/component-composition"},"special-elements_component_component-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/component/component-options.uvue","code":"```vue\n\n \n \n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/component/component-options"},"special-elements_slots_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/slots/child-composition.uvue","code":"```vue\n\n \n \n \n \n \n \n \n \n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/slots/child-composition"},"special-elements_slots_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/slots/child-options.uvue","code":"```vue\n\n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/slots/child-options"},"special-elements_slots_slots-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/slots/slots-composition.uvue","code":"```vue\n\n \n \n \n \n \n \n {{ msg }}\n \n \n \n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/slots/slots-composition"},"special-elements_slots_slots-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/slots/slots-options.uvue","code":"```vue\n\n \n \n \n \n \n \n {{ msg }}\n \n \n \n \n \n \n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/slots/slots-options"},"special-elements_template_template-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/template/template-composition.uvue","code":"```vue\n\n \n \n {{ title }}\n \n {{ dataInfo.isShow ? '点击隐藏' : '点击显示' }}\n \n {{ index + 1 }}.{{ item.name }}\n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/template/template-composition"},"special-elements_template_template-map-style-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/template/template-map-style-composition.uvue","code":"```vue\n\n \n \n width:200px;\n padding:10px;\n border-radius:8px;\n border:1px solid #ccc;\n background-color: red;\n this text color: #fff;\n \n \n height:200px;\n margin:10px;\n padding:10px;\n border-radius:8px;\n border:1px solid #ccc;\n border-color:red;\n background-color: green;\n this text color: blue;\n \n \n padding:10px;\n background-color: blue;\n this text color: red;\n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/template/template-map-style-composition"},"special-elements_template_template-map-style-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/template/template-map-style-options.uvue","code":"```vue\n\n \n \n width:200px;\n padding:10px;\n border-radius:8px;\n border:1px solid #ccc;\n background-color: red;\n this text color: #fff;\n \n \n height:200px;\n margin:10px;\n padding:10px;\n border-radius:8px;\n border:1px solid #ccc;\n border-color:red;\n background-color: green;\n this text color: blue;\n \n \n padding:10px;\n background-color: blue;\n this text color: red;\n \n \n \n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/template/template-map-style-options"},"special-elements_template_template-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/template/template-options.uvue","code":"```vue\n\n \n \n {{ title }}\n \n {{ dataInfo.isShow ? '点击隐藏' : '点击显示' }}\n \n {{ index + 1 }}.{{ item.name }}\n \n \n \n\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/template/template-options"}},"E_reactivity":{"advanced_custom-ref_custom-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/custom-ref/custom-ref.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state['count'] }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/custom-ref/custom-ref"},"advanced_effect-scope_effect-scope":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/effect-scope/effect-scope.uvue","code":"```vue\n\r\n \r\n \r\n counter:\r\n {{ counter }}\r\n \r\n \r\n watch counter result:\r\n {{ watchCounterRes }}\r\n \r\n \r\n watchEffect counter result:\r\n {{ watchEffectCounterRes }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/effect-scope/effect-scope"},"advanced_get-current-scope_get-current-scope":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/get-current-scope/get-current-scope.uvue","code":"```vue\n\n \n \n hasCurrentScope:\n {{ hasCurrentScope }}\n \n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/get-current-scope/get-current-scope"},"advanced_mark-raw_mark-raw":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/mark-raw/mark-raw.uvue","code":"```vue\n markRaw 暂不支持\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/mark-raw/mark-raw"},"advanced_on-scope-dispose_on-scope-dispose":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/on-scope-dispose/on-scope-dispose.uvue","code":"```vue\n\r\n \r\n \r\n hasCurrentScope:\r\n {{ hasCurrentScope }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/on-scope-dispose/on-scope-dispose"},"advanced_shallow-reactive_shallow-reactive":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/shallow-reactive/shallow-reactive.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state.count }}\r\n \r\n \r\n state.nested.count:\r\n {{ state.nested.count }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/shallow-reactive/shallow-reactive"},"advanced_shallow-readonly_shallow-readonly":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/shallow-readonly/shallow-readonly.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state.count }}\r\n \r\n \r\n state.nested.count:\r\n {{ state.nested.count }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/shallow-readonly/shallow-readonly"},"advanced_shallow-ref_shallow-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/shallow-ref/shallow-ref.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state.count }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/shallow-ref/shallow-ref"},"advanced_to-raw_to-raw":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/to-raw/to-raw.uvue","code":"```vue\n\r\n \r\n \r\n check toRaw ref:\r\n {{ checkToRawRef }}\r\n \r\n \r\n check toRaw reactive:\r\n {{ checkToRawReactive }}\r\n \r\n \r\n check toRaw readonly:\r\n {{ checkToRawReadonly }}\r\n \r\n \r\n check toRaw shallowReactive:\r\n {{\r\n checkToRawShallowReactive\r\n }}\r\n \r\n \r\n check toRaw shallowReadonly:\r\n {{\r\n checkToRawShallowReadonly\r\n }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/to-raw/to-raw"},"advanced_trigger-ref_trigger-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/trigger-ref/trigger-ref.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state.count }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/trigger-ref/trigger-ref"},"core_computed_computed-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/computed/computed-composition.uvue","code":"```vue\n\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n computed double count:\r\n {{ doubleCount }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n computed obj.arr.length:\r\n {{ objArrLen }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/computed/computed-composition"},"core_computed_computed-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/computed/computed-options.uvue","code":"```vue\n\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n computed double count:\r\n {{ doubleCount }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n computed obj.arr.length:\r\n {{ objArrLen }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/computed/computed-options"},"core_reactive_reactive":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/reactive/reactive.uvue","code":"```vue\n\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n obj.str:\r\n {{ obj['str'] }}\r\n \r\n \r\n obj.num:\r\n {{ obj['num'] }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj['arr']) }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/reactive/reactive"},"core_readonly_readonly":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/readonly/readonly.uvue","code":"```vue\n\r\n \r\n \r\n data.str:\r\n {{ data.str }}\r\n \r\n \r\n data.num:\r\n {{ data.num }}\r\n \r\n \r\n data.arr:\r\n {{ JSON.stringify(data.arr) }}\r\n \r\n \r\n readonly data.str:\r\n {{ readonlyData.str }}\r\n \r\n \r\n readonly data.num:\r\n {{ readonlyData.num }}\r\n \r\n \r\n readonly data.arr:\r\n {{ JSON.stringify(readonlyData.arr) }}\r\n \r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/readonly/readonly"},"core_ref_ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/ref/ref.uvue","code":"```vue\n\r\n \r\n count1: {{ count1 }}\r\n count2: {{ count2 }}\r\n counter.count: {{ counter.count }}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/ref/ref"},"core_watch_watch-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch/watch-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.bool result:\r\n {{ watchObjBoolRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n\r\n \r\n watch count and obj.num result:\r\n {{ watchCountAndObjNumRes }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch/watch-composition"},"core_watch_watch-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch/watch-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.bool result:\r\n {{ watchObjBoolRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch/watch-options"},"core_watch-effect_watch-effect":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch-effect/watch-effect.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.bool result:\r\n {{ watchObjBoolRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n\r\n \r\n watch count and obj.num result:\r\n {{ watchCountAndObjNumRes }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch-effect/watch-effect"},"core_watch-post-effect_watch-post-effect":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch-post-effect/watch-post-effect.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n\r\n \r\n watch count and obj.num result:\r\n {{ watchCountAndObjNumRes }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch-post-effect/watch-post-effect"},"core_watch-sync-effect_watch-sync-effect":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch-sync-effect/watch-sync-effect.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n\r\n \r\n watch count and obj.num result:\r\n {{ watchCountAndObjNumRes }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch-sync-effect/watch-sync-effect"},"utilities_is-proxy_is-proxy":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/is-proxy/is-proxy.uvue","code":"```vue\n\r\n \r\n \r\n isProxy(count):\r\n {{ isProxyCount }}\r\n \r\n \r\n isProxy(refCount):\r\n {{ isProxyRefCount }}\r\n \r\n \r\n isProxy(reactiveCount):\r\n {{ isProxyReactiveCount }}\r\n \r\n \r\n isProxy(readonlyCount):\r\n {{ isProxyReadonlyCount }}\r\n \r\n \r\n isProxy(shallowReactiveCount):\r\n {{\r\n isProxyShallowReactiveCount\r\n }}\r\n \r\n \r\n isProxy(shallowReadonlyCount):\r\n {{\r\n isProxyShallowReadonlyCount\r\n }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/is-proxy/is-proxy"},"utilities_is-reactive_is-reactive":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/is-reactive/is-reactive.uvue","code":"```vue\n\r\n \r\n \r\n isReactive(count):\r\n {{ isReactiveCount }}\r\n \r\n \r\n isReactive(count):\r\n {{ isReactiveCount }}\r\n \r\n \r\n isReactive(refCount):\r\n {{ isReactiveRefCount }}\r\n \r\n \r\n isReactive(reactiveCount):\r\n {{ isReactiveReactiveCount }}\r\n \r\n \r\n isReactive(readonlyCount):\r\n {{ isReactiveReadonlyCount }}\r\n \r\n \r\n isReactive(shallowReactiveCount):\r\n {{\r\n isReactiveShallowReactiveCount\r\n }}\r\n \r\n \r\n isReactive(shallowReadonlyCount):\r\n {{\r\n isReactiveShallowReadonlyCount\r\n }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/is-reactive/is-reactive"},"utilities_is-readonly_is-readonly":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/is-readonly/is-readonly.uvue","code":"```vue\n\r\n \r\n \r\n isReadonly(count):\r\n {{ isReadonlyCount }}\r\n \r\n \r\n isReadonly(refCount):\r\n {{ isReadonlyRefCount }}\r\n \r\n \r\n isReadonly(reactiveCount):\r\n {{ isReadonlyReactiveCount }}\r\n \r\n \r\n isReadonly(readonlyCount):\r\n {{ isReadonlyReadonlyCount }}\r\n \r\n \r\n isReadonly(shallowReactiveCount):\r\n {{\r\n isReadonlyShallowReactiveCount\r\n }}\r\n \r\n \r\n isReadonly(shallowReadonlyCount):\r\n {{\r\n isReadonlyShallowReadonlyCount\r\n }}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/is-readonly/is-readonly"},"utilities_is-ref_is-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/is-ref/is-ref.uvue","code":"```vue\n\r\n \r\n \r\n ref count:\r\n {{ refCount }}\r\n \r\n \r\n isRef ref count:\r\n {{ isRefRefCount }}\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n isRef count:\r\n {{ isRefCount }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/is-ref/is-ref"},"utilities_to-ref_to-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/to-ref/to-ref.uvue","code":"```vue\n\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n isRef count:\r\n {{ isRefCount }}\r\n \r\n \r\n ref count:\r\n {{ refCount }}\r\n \r\n \r\n isRef ref count:\r\n {{ isRefRefCount }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n toRef(obj, \"num\"):\r\n {{ objNum }}\r\n \r\n \r\n toRef(() => obj.num):\r\n {{ readonlyObjNum }}\r\n \r\n\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/to-ref/to-ref"},"utilities_to-refs_to-refs":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/to-refs/to-refs.uvue","code":"```vue\n\r\n \r\n \r\n state.num:\r\n {{ state['num'] }}\r\n \r\n \r\n state.str:\r\n {{ state['str'] }}\r\n \r\n \r\n stateAsRefs.num:\r\n {{ (stateAsRefs['num'] as Ref).value }}\r\n \r\n \r\n stateAsRefs.str:\r\n {{ (stateAsRefs['str'] as Ref).value }}\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/to-refs/to-refs"},"utilities_to-value_to-value":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/to-value/to-value.uvue","code":"```vue\n\r\n \r\n \r\n ref count:\r\n {{ refCount }}\r\n \r\n \r\n isRef ref count:\r\n {{ isRefRefCount }}\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n isRef count:\r\n {{ isRefCount }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n toValue(() => obj.num):\r\n {{ toValueObjNum }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/to-value/to-value"},"utilities_un-ref_un-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/un-ref/un-ref.uvue","code":"```vue\n\r\n \r\n \r\n ref count:\r\n {{ refCount }}\r\n \r\n \r\n ref count type:\r\n {{ refCountType }}\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n count type:\r\n {{ countType }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/un-ref/un-ref"}},"E_components":{"Bar":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/Bar.uvue","code":"```vue\n\n\tthis is component Bar\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/Bar"},"CompForAppComponent":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/CompForAppComponent.uvue","code":"```vue\n\n component for app.component\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/CompForAppComponent"},"CompForAppUse":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/CompForAppUse.uvue","code":"```vue\n\n \n component for app.use\n plugin1: {{ plugin1 }}\n plugin2: {{ plugin2 }}\n plugin3: {{ plugin3 }}\n plugin4: {{ plugin4 }}\n \n \n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/CompForAppUse"},"CompForHFunction":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/CompForHFunction.uvue","code":"```vue\n\n \n component for h()\n \n \n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/CompForHFunction"},"CompForPlugin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/CompForPlugin.uvue","code":"```vue\n\n component for plugin\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/CompForPlugin"},"Foo":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/Foo.uvue","code":"```vue\n\r\n\tthis is component Foo\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/Foo"},"define-expose-foo_define-expose-foo":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/define-expose-foo/define-expose-foo.uvue","code":"```vue\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/define-expose-foo/define-expose-foo"},"keep-alive_Counter":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/keep-alive/Counter.uvue","code":"```vue\n\r\n\t\r\n\t\tcount: {{ count }}\r\n\t\t\n\t\tactivated num: {{ activatedNum }}\n\t\tdeactivated num: {{ deactivatedNum }}\r\n\t\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/keep-alive/Counter"},"keep-alive_Message":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/keep-alive/Message.uvue","code":"```vue\n\r\n\t\r\n\t\tmsg: {{msg}}\r\n\t\tchange message\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/keep-alive/Message"},"keep-alive_ShouldExclude":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/keep-alive/ShouldExclude.uvue","code":"```vue\n\r\n\t\n\t\tshould not be keep-alive\r\n\t\tcount: {{ count }}\r\n\t\t\r\n\t\r\n\r\n\r\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/keep-alive/ShouldExclude"},"test-type_test-type":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/test-type/test-type.uvue","code":"```vue\n\n\t\n\t\ttest-type\n\t\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/test-type/test-type"},"test-type1_test-type1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/test-type1/test-type1.uvue","code":"```vue\n\n\t\n\t\ttest-type1\n\t\n\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/test-type1/test-type1"}}}
\ No newline at end of file
+{"template":{"name":"#### template","description":"","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| lang | string | - | | |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| html | - | html |\n@| pug | - | 仅 Web 端支持 |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |\n","children":"","reference":""},"slot":{"name":"#### slot","description":"> 组件类型:string \n\n \\ 元素作为组件模板之中的内容分发插槽。\\ 元素自身将被替换。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| name | string | - | - | 用于命名插槽。 |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#slot)\n"},"script":{"name":"#### script","description":"","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| setup | Any | - | | - |\n| lang | Any | - | | |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| uts | | uts |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |\n","children":"","reference":""},"style":{"name":"#### style","description":"","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| lang | string | - | | |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| scss | - | - |\n@| less | - | - |\n@| stylus | - | - |\n| scoped | Any | - | | - |\n| module | Any | - | | - |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |\n","children":"","reference":""},"keep-alive":{"name":"#### keep-alive","description":"> 组件类型:string \n\n \\ 包裹动态组件时,会缓存不活动的组件实例,而不是销毁它们。和 \\ 相似,\\ 是一个抽象组件:它自身不会渲染一个 DOM 元素,也不会出现在父组件链中。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| include | string | - | - | 字符串或正则表达式。只有名称匹配的组件会被缓存。 |\n| exclude | string | - | - | 字符串或正则表达式。任何名称匹配的组件都不会被缓存。 |\n| max | string | - | - | 最多可以缓存多少组件实例。 |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 4.0 | 4.11 | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#keep-alive)\n"},"component":{"name":"#### component","description":"> 组件类型:string \n\n 渲染一个“元组件”为动态组件。依 is 的值,来决定哪个组件被渲染。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| is | Any | - | - | - |\n| inline-template | Any | - | - | - |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 3.99 | 4.11 | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#component)\n"},"transition":{"name":"#### transition","description":"> 组件类型:string \n\n \\ 元素作为单个元素/组件的过渡效果。\\ 只会把过渡效果应用到其包裹的内容上,而不会额外渲染 DOM 元素,也不会出现在检测过的组件层级中。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| name | string | - | - | 用于自动生成 CSS 过渡类名。例如:name: 'fade' 将自动拓展为.fade-enter,.fade-enter-active等。默认类名为 \"v\" |\n| appear | string(true \\| false) | - | - | 是否在初始渲染时使用过渡。默认为 false。 |\n| css | string(true \\| false) | - | - | 是否使用 CSS 过渡类。默认为 true。如果设置为 false,将只通过组件事件触发注册的 JavaScript 钩子。 |\n| type | string | - | - | 指定过渡事件类型,侦听过渡何时结束。有效值为 \"transition\" 和 \"animation\"。默认 Vue.js 将自动检测出持续时间长的为过渡事件类型。 |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| transition | - | - |\n@| animation | - | - |\n| mode | string | - | - | 控制离开/进入的过渡时间序列。有效的模式有 \"out-in\" 和 \"in-out\";默认同时生效。 |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| out-in | - | - |\n@| in-out | - | - |\n| duration | string | - | - | 指定过渡的持续时间。默认情况下,Vue 会等待过渡所在根元素的第一个 transitionend 或 animationend 事件。 |\n| enter-class | Any | - | - | - |\n| leave-class | Any | - | - | - |\n| appear-class | Any | - | - | - |\n| enter-to-class | Any | - | - | - |\n| leave-to-class | Any | - | - | - |\n| appear-to-class | Any | - | - | - |\n| enter-active-class | Any | - | - | - |\n| leave-active-class | Any | - | - | - |\n| appear-active-class | Any | - | - | - |\n| @before-enter | Any | - | - | - |\n| @before-leave | Any | - | - | - |\n| @before-appear | Any | - | - | - |\n| @enter | Any | - | - | - |\n| @leave | Any | - | - | - |\n| @appear | Any | - | - | - |\n| @after-enter | Any | - | - | - |\n| @after-leave | Any | - | - | - |\n| @after-appear | Any | - | - | - |\n| @enter-cancelled | Any | - | - | - |\n| @leave-cancelled | string | - | - | v-show only |\n| @appear-cancelled | Any | - | - | - |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#transition)\n"},"transition-group":{"name":"#### transition-group","description":"> 组件类型:string \n\n \\ 元素作为多个元素/组件的过渡效果。\\ 渲染一个真实的 DOM 元素。默认渲染 \\,可以通过 tag 属性配置哪个元素应该被渲染。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| tag | string | - | - | 默认为 span。 |\n| move-class | string | - | - | 覆盖移动过渡期间应用的 CSS 类。 |\n| name | string | - | - | 用于自动生成 CSS 过渡类名。例如:name: 'fade' 将自动拓展为.fade-enter,.fade-enter-active等。默认类名为 \"v\" |\n| appear | string(true \\| false) | - | - | 是否在初始渲染时使用过渡。默认为 false。 |\n| css | string(true \\| false) | - | - | 是否使用 CSS 过渡类。默认为 true。如果设置为 false,将只通过组件事件触发注册的 JavaScript 钩子。 |\n| type | string | - | - | 指定过渡事件类型,侦听过渡何时结束。有效值为 \"transition\" 和 \"animation\"。默认 Vue.js 将自动检测出持续时间长的为过渡事件类型。 |\n@| 值名称 | 兼容性 | 描述 |\n@| :- | :-: | :- |\n@| transition | - | - |\n@| animation | - | - |\n| mode | Any | - | - | - |\n| duration | string | - | - | 指定过渡的持续时间。默认情况下,Vue 会等待过渡所在根元素的第一个 transitionend 或 animationend 事件。 |\n| enter-class | Any | - | - | - |\n| leave-class | Any | - | - | - |\n| appear-class | Any | - | - | - |\n| enter-to-class | Any | - | - | - |\n| leave-to-class | Any | - | - | - |\n| appear-to-class | Any | - | - | - |\n| enter-active-class | Any | - | - | - |\n| leave-active-class | Any | - | - | - |\n| appear-active-class | Any | - | - | - |\n| @before-enter | Any | - | - | - |\n| @before-leave | Any | - | - | - |\n| @before-appear | Any | - | - | - |\n| @enter | Any | - | - | - |\n| @leave | Any | - | - | - |\n| @appear | Any | - | - | - |\n| @after-enter | Any | - | - | - |\n| @after-leave | Any | - | - | - |\n| @after-appear | Any | - | - | - |\n| @enter-cancelled | Any | - | - | - |\n| @leave-cancelled | string | - | - | v-show only |\n| @appear-cancelled | Any | - | - | - |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.cn.vuejs.org/api/built-in-components.html#transition-group)\n"},"teleport":{"name":"#### teleport","description":"> 组件类型:string \n\n Teleport 提供了一种干净的方法,允许我们控制在 DOM 中哪个父节点下呈现 HTML,而不必求助于全局状态或将其拆分为两个组件。","attribute":"##### 属性 \n| 名称 | 类型 | 默认值 | 兼容性 | 描述 |\n| :- | :- | :- | :-: | :- |\n| to | string | - | - | 必须是有效的查询选择器或 HTMLElement (如果在浏览器环境中使用)。指定将在其中移动 \\ 内容的目标元素 |\n| disabled | boolean | - | - | 此可选属性可用于禁用 \\ 的功能,这意味着其插槽内容将不会移动到任何位置,而是在您在周围父组件中指定了 \\ 的位置渲染。 |","event":"","example":"","compatibility":"\n##### 兼容性\n| Android | iOS | web |\n| :- | :- | :- |\n| 4.0 | 4.11 | 4.0 |\n","children":"","reference":"\n##### 参见\n- [Reference](https://v3.vuejs.org/api/built-in-components.html#teleport)\n"},"application":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| createApp() | √ | 4.11 | 4.0 |\n| createSSRApp() | √ | 4.11 | 4.0 |\n| app.mount() | √ | 4.11 | 4.0 |\n| app.unmount() | √ | 4.11 | 4.0 |\n| app.component() | √ | 4.11 | 4.0 |\n| app.directive() | - | - | - |\n| app.use() | 3.99 | 4.11 | 4.0 |\n| app.mixin() | 3.99 | 4.11 | 4.0 |\n| app.provide() | 3.99 | 4.11 | 4.0 |\n| app.runWithContext() | - | - | - |\n| app.version | √ | 4.11 | 4.0 |\n| app.config | - | - | - |\n| app.config.errorHandler | x | 4.11 | 4.0 |\n| app.config.warnHandler | - | - | - |\n| app.config.performance | - | - | - |\n| app.config.compilerOptions | - | - | - |\n| app.config.globalProperties | 3.99 | 4.11 | 4.0 |\n| app.config.optionMergeStrategies | - | - | - |","example":""},"general":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| version | √ | 4.11 | 4.0 |\n| nextTick() | √ | 4.11 | 4.0 |\n| defineComponent() | x | x | 4.0 |\n| defineAsyncComponent() | - | - | - |\n| defineCustomElement() | - | - | - |","example":""},"reactivity_core":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| ref() | √ | 4.11 | 4.0 |\n| computed() | - | - | - |\n| reactive() | √ | 4.11 | 4.0 |\n| readonly() | 4.0 | 4.11 | 4.0 |\n| watchEffect() | 4.0 | 4.11 | 4.0 |\n| watchPostEffect() | 4.0 | 4.11 | 4.0 |\n| watchSyncEffect() | 4.0 | 4.11 | 4.0 |\n| watch() | 4.0 | 4.11 | 4.0 |","example":""},"reactivity_utilities":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| isRef() | 4.0 | 4.11 | 4.0 |\n| unref() | 4.0 | 4.11 | 4.0 |\n| toRef() | 4.0 | 4.11 | 4.11 |\n| toValue() | 4.0 | 4.11 | 4.11 |\n| toRefs() | 4.0 | 4.11 | 4.11 |\n| isProxy() | 4.0 | 4.11 | 4.0 |\n| isReactive() | 4.0 | 4.11 | 4.0 |\n| isReadonly() | 4.0 | 4.11 | 4.0 |","example":""},"reactivity_advanced":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| shallowRef() | 4.0 | 4.11 | 4.0 |\n| triggerRef() | 4.0 | 4.11 | x |\n| customRef() | 4.0 | 4.11 | 4.0 |\n| shallowReactive() | 4.0 | 4.11 | 4.0 |\n| shallowReadonly() | 4.0 | 4.11 | 4.0 |\n| toRaw() | 4.0 | 4.11 | 4.0 |\n| markRaw() | - | - | - |\n| effectScope() | 4.0 | 4.11 | 4.0 |\n| getCurrentScope() | 4.0 | 4.11 | 4.0 |\n| onScopeDispose() | 4.0 | 4.11 | 4.0 |","example":""},"composition_lifecycle":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| onMounted() | 4.0 | 4.11 | 4.0 |\n| onUpdated() | 4.0 | 4.11 | 4.0 |\n| onUnmounted() | 4.0 | 4.11 | 4.0 |\n| onBeforeMount() | 4.0 | 4.11 | 4.0 |\n| onBeforeUpdate() | 4.0 | 4.11 | 4.0 |\n| onBeforeUnmount() | 4.0 | 4.11 | 4.0 |\n| onErrorCaptured() | - | - | - |\n| onRenderTracked() | - | - | - |\n| onRenderTriggered() | - | - | - |\n| onActivated() | x | x | 4.0 |\n| onDeactivated() | x | x | 4.0 |\n| onServerPrefetch() | - | - | - |","example":""},"composition_injection":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| provide() | 4.0 | 4.11 | 4.0 |\n| inject() | 4.0 | 4.11 | 4.0 |\n| hasInjectionContext() | 4.0 | 4.11 | 4.11 |","example":""},"options_state":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| data | 3.9 | 4.11 | 4.0 |\n| props | 3.9 | 4.11 | 4.0 |\n| computed | 3.9 | 4.11 | 4.0 |\n| methods | 3.9 | 4.11 | 4.0 |\n| watch | 3.9 | 4.11 | 4.0 |\n| emits | 3.9 | 4.11 | 4.0 |\n| expose | x | x | 4.0 |","example":""},"options_rendering":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| template | - | - | - |\n| render | 3.9 | 4.11 | 4.0 |\n| compilerOptions | - | - | - |\n| slots | 3.9 | 4.11 | 4.0 |","example":""},"options_lifecycle":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| beforeCreate | 3.9 | 4.11 | 4.0 |\n| created | 3.9 | 4.11 | 4.0 |\n| beforeMount | 3.9 | 4.11 | 4.0 |\n| mounted | 3.9 | 4.11 | 4.0 |\n| beforeUpdate | 3.9 | 4.11 | 4.0 |\n| updated | 3.9 | 4.11 | 4.0 |\n| beforeUnmount | 3.9 | 4.11 | 4.0 |\n| unmounted | 3.9 | 4.11 | 4.0 |\n| errorCaptured | x | x | 4.0 |\n| renderTracked | x | x | 4.0 |\n| renderTriggered | x | x | 4.0 |\n| activated | 4.0 | 4.11 | 4.0 |\n| deactivated | 4.0 | 4.11 | 4.0 |\n| serverPrefetch | - | - | - |","example":""},"options_composition":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| provide | 3.99 | 4.11 | 4.0 |\n| inject | 3.99 | 4.11 | 4.0 |\n| mixins | 3.99 | 4.11 | 4.0 |\n| extends | - | - | - |","example":""},"options_misc":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| name | 3.9 | 4.11 | 4.0 |\n| inheritAttrs | 3.9 | 4.11 | 4.0 |\n| components | 3.9 | 4.11 | 4.0 |\n| directives | - | - | - |","example":""},"component_instance":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| $data | √ | 4.11 | 4.0 |\n| $props | √ | 4.11 | 4.0 |\n| $el | √ | 4.11 | 4.0 |\n| $options | √ | 4.11 | 4.0 |\n| $parent | √ | 4.11 | 4.0 |\n| $root | √ | 4.11 | 4.0 |\n| $slots | √ | 4.11 | 4.0 |\n| $refs | √ | 4.11 | 4.0 |\n| $attrs | √ | 4.11 | 4.0 |\n| $watch() | √ | 4.11 | 4.0 |\n| $emit | √ | 4.11 | 4.0 |\n| $forceUpdate | √ | 4.11 | 4.0 |\n| $nextTick | √ | 4.11 | 4.0 |\n| $callMethod | √ | 4.11 | 4.0 |","example":""},"directives":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| v-text | x | x | 4.0 |\n| v-html | 3.99 | x | 4.0 |\n| v-show | 3.9 | 4.11 | 4.0 |\n| v-if | 3.9 | 4.11 | 4.0 |\n| v-else | 3.9 | 4.11 | 4.0 |\n| v-else-if | 3.9 | 4.11 | 4.0 |\n| v-for | 3.9 | 4.11 | 4.0 |\n| v-on | 3.9 | 4.11 | 4.0 |\n| v-bind | 3.9 | 4.11 | 4.0 |\n| v-model | 3.9 | 4.11 | 4.0 |\n| v-slot | 3.9 | 4.11 | 4.0 |\n| v-pre | 3.99 | 4.11 | 4.0 |\n| v-once | 3.99 | 4.11 | x |\n| v-memo | 3.99 | 4.11 | x |\n| v-cloak | x | x | 4.0 |","example":""},"special_attributes":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| key | 3.9 | 4.11 | 4.0 |\n| ref | 3.9 | 4.11 | 4.0 |\n| is | 3.99 | 4.11 | 4.0 |","example":""},"render_function":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| h() | 3.99 | 4.11 | 4.0 |\n| mergeProps() | 4.0 | 4.11 | 4.0 |\n| cloneVNode() | 4.0 | 4.11 | 4.0 |\n| isVNode() | √ | 4.11 | 4.0 |\n| resolveComponent() | √ | 4.11 | 4.0 |\n| resolveDirective() | - | - | - |\n| withDirectives() | √ | 4.11 | 4.0 |\n| withModifiers() | √ | 4.11 | 4.0 |","example":""},"single_file_component_script":{"compatibility":"| | Android | iOS | web |\n| :- | :- | :- | :- |\n| defineProps() | 4.0 | 4.11 | 4.0 |\n| defineEmits() | 4.0 | 4.11 | 4.0 |\n| defineModel() | 4.0 | 4.11 | 4.11 |\n| defineExpose() | 4.0 | 4.11 | 4.0 |\n| defineOptions() | 4.0 | 4.11 | 4.11 |\n| defineSlots() | 4.0 | 4.11 | 4.0 |\n| useSlots() | 4.0 | 4.11 | 4.0 |\n| useAttrs() | 4.0 | 4.11 | 4.0 |","example":""},"eventModifiers":{"stop":{"name":"### stop\n","description":"单击事件将停止传递","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | 4.11 | 4.0 |"},"prevent":{"name":"### prevent\n","description":"提交事件将不再重新加载页面","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"capture":{"name":"### capture\n","description":"添加事件监听器时,使用 `capture` 捕获模式(例如:指向内部元素的事件,在被内部元素处理前,先被外部处理)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"self":{"name":"### self\n","description":"仅当 event.target 是元素本身时才会触发事件处理器(仅当 event.target 是元素本身时才会触发事件处理器)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"once":{"name":"### once\n","description":"点击事件最多被触发一次","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | x | 4.0 |"},"passive":{"name":"### passive\n","description":"滚动事件的默认行为 (scrolling) 将立即发生而非等待 `onScroll` 完成(滚动事件的默认行为 (scrolling) 将立即发生而非等待 `onScroll` 完成)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"}},"keyModifiers":{"enter":{"name":"### enter\n","description":"仅在 `key` 为 `Enter` 时调用事件处理器(keycode 为 13)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"tab":{"name":"### tab\n","description":"仅在 `key` 为 `Tab` 时调用事件处理器(keycode 为 9)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"delete":{"name":"### delete\n","description":"仅在 `key` 为 `Delete` 或 `Backspace` 时调用事件处理器","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"esc":{"name":"### esc\n","description":"仅在 `key` 为 `Escape` 时调用事件处理器(keycode 为 27)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"space":{"name":"### space\n","description":"仅在 `key` 为 `Space` 时调用事件处理器(keycode 为 32)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"up":{"name":"### up\n","description":"仅在 `key` 为 `ArrowUp` 时调用事件处理器(keycode 为 38)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"down":{"name":"### down\n","description":"仅在 `key` 为 `ArrowDown` 时调用事件处理器(keycode 为 40)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"left":{"name":"### left\n","description":"仅在 `key` 为 `ArrowLeft` 时调用事件处理器(keycode 为 37)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"right":{"name":"### right\n","description":"仅在 `key` 为 `ArrowRight` 时调用事件处理器(keycode 为 39)","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"}},"mouseModifiers":{"left":{"name":"### left\n","description":"单击鼠标左键时触发鼠标事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"right":{"name":"### right\n","description":"单击鼠标右键时触发鼠标事件","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"middle":{"name":"### middle\n","description":"单击鼠标中键(滚轮)时触发鼠标事件","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"}},"systemModifiers":{"ctrl":{"name":"### ctrl\n","description":"当按下 \\ 时触发鼠标或键盘事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"alt":{"name":"### alt\n","description":"当按下 \\ 时触发鼠标或键盘事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"shift":{"name":"### shift\n","description":"当按下 \\ 时触发鼠标或键盘事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"meta":{"name":"### meta\n","description":"当按下 \\ 时触发鼠标或键盘事件。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"},"exact":{"name":"### exact\n","description":"`.exact` 修饰符允许控制触发事件所需的系统修饰符的精确组合。","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| x | x | 4.0 |"}},"propsModifiers":{"sync":{"name":"### sync\n","description":"","compatibility":""}},"vModelModifiers":{"lazy":{"name":"### lazy\n","description":"默认情况下,`v-model` 会在每次 `input` 事件后更新数据 (IME 拼字阶段的状态例外)。你可以添加 `lazy` 修饰符来改为在每次 `change` 事件后更新数据","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | x | x |"},"number":{"name":"### number\n","description":"如果你想让用户输入自动转换为数字,你可以在 `v-model` 后添加 `.number` 修饰符来管理输入","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | x | 4.0 |"},"trim":{"name":"### trim\n","description":"如果你想要默认自动去除用户输入内容中两端的空格,你可以在 `v-model` 后添加 `.trim` 修饰符","compatibility":"**兼容性** \n | Android | iOS | web |\n| :- | :- | :- |\n| 3.9 | x | 4.0 |"}},"E_App":{"example":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/App.uvue","code":"```vue\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#"}},"E_type":{"type":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/type/type.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/type/type"}},"E_app-instance":{"component_component":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/component/component.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/component/component"},"globalProperties_globalProperties-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/globalProperties/globalProperties-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n globalProperties string: {{ globalPropertiesStr }}\r\n globalProperties number: {{ globalPropertiesNum }}\r\n globalProperties boolean: {{ globalPropertiesBool }}\r\n globalProperties object: {{ globalPropertiesObj }}\r\n globalProperties null: {{ globalPropertiesNull }}\r\n globalProperties array: {{ globalPropertiesArr }}\r\n globalProperties set: {{ globalPropertiesSet }}\r\n globalProperties map: {{ globalPropertiesMap }}\r\n globalProperties reactiveObj.str:\r\n {{ globalPropertiesReactiveObj['str'] }}\r\n globalProperties reactiveObj.num:\r\n {{ globalPropertiesReactiveObj['num'] }}\r\n globalProperties reactiveObj.boolean:\r\n {{ globalPropertiesReactiveObj['bool'] }}\r\n globalProperties fun 返回值: {{ globalPropertiesFn() }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/globalProperties/globalProperties-composition"},"globalProperties_globalProperties-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/globalProperties/globalProperties-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n globalProperties string: {{ globalPropertiesStr }}\r\n globalProperties number: {{ globalPropertiesNum }}\r\n globalProperties boolean: {{ globalPropertiesBool }}\r\n globalProperties object: {{ globalPropertiesObj }}\r\n globalProperties null: {{ globalPropertiesNull }}\r\n globalProperties array: {{ globalPropertiesArr }}\r\n globalProperties set: {{ globalPropertiesSet }}\r\n globalProperties map: {{ globalPropertiesMap }}\r\n globalProperties reactiveObj.str:\r\n {{ globalPropertiesReactiveObj['str'] }}\r\n globalProperties reactiveObj.num:\r\n {{ globalPropertiesReactiveObj['num'] }}\r\n globalProperties reactiveObj.boolean:\r\n {{ globalPropertiesReactiveObj['bool'] }}\r\n globalProperties fun 返回值: {{ globalPropertiesFn() }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/globalProperties/globalProperties-options"},"use_use-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/use/use-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/use/use-composition"},"use_use-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/app-instance/use/use-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/app-instance/use/use-options"}},"E_component-instance":{"attrs_attrs-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/attrs/attrs-composition.uvue","code":"```vue\n\r\n \r\n {}\" />\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/attrs/attrs-composition"},"attrs_attrs-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/attrs/attrs-options.uvue","code":"```vue\n\r\n \r\n {}\" />\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/attrs/attrs-options"},"attrs_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/attrs/child-composition.uvue","code":"```vue\n\r\n \r\n \r\n hasPropsAttr\r\n {{ hasPropsAttr }}\r\n \r\n \r\n hasEmitsAttr\r\n {{ hasEmitsAttr }}\r\n \r\n \r\n hasClassAttr\r\n {{ hasClassAttr }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/attrs/child-composition"},"attrs_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/attrs/child-options.uvue","code":"```vue\n\r\n \r\n \r\n hasPropsAttr\r\n {{ hasPropsAttr }}\r\n \r\n \r\n hasEmitsAttr\r\n {{ hasEmitsAttr }}\r\n \r\n \r\n hasClassAttr\r\n {{ hasClassAttr }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/attrs/child-options"},"circular-reference_ChildA-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildA-composition.uvue","code":"```vue\n\r\n \r\n \r\n child A limit:\r\n {{limit}}\r\n \r\n 1\" :limit=\"limit-1\" />\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildA-composition"},"circular-reference_ChildA-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildA-options.uvue","code":"```vue\n\r\n \r\n \r\n child A limit:\r\n {{limit}}\r\n \r\n 1\" :limit=\"limit-1\" />\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildA-options"},"circular-reference_ChildB-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildB-composition.uvue","code":"```vue\n\r\n \r\n \r\n child B limit:\r\n {{ limit }}\r\n \r\n 1\" :limit=\"limit - 1\" />\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildB-composition"},"circular-reference_ChildB-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildB-options.uvue","code":"```vue\n\r\n \r\n \r\n child B limit:\r\n {{limit}}\r\n \r\n 1\" :limit=\"limit-1\" />\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildB-options"},"circular-reference_ChildC-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildC-composition.uvue","code":"```vue\n\r\n \n \n child C limit:\n {{limit}}\n \n 1\" :limit=\"limit-1\" />\n \r\n\r\n\r\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildC-composition"},"circular-reference_ChildC-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/ChildC-options.uvue","code":"```vue\n\r\n \r\n \r\n child C limit:\r\n {{limit}}\r\n \r\n 1\" :limit=\"limit-1\" />\r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/ChildC-options"},"circular-reference_circular-reference-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/circular-reference-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/circular-reference-composition"},"circular-reference_circular-reference-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/circular-reference/circular-reference-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/circular-reference/circular-reference-options"},"data_data-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/data/data-composition.uvue","code":"```vue\n\r\n \r\n \r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n arr: \r\n {{ arr.join(',') }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/data/data-composition"},"data_data-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/data/data-options.uvue","code":"```vue\n\r\n \r\n \r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n arr: \r\n {{ arr.join(',') }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/data/data-options"},"define-expose_define-expose":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/define-expose/define-expose.uvue","code":"```vue\n\r\n \r\n \r\n \r\n str from component Foo: \r\n {{ fooStr }}\r\n \r\n \r\n num from component Foo: \r\n {{ fooNum }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/define-expose/define-expose"},"el_el-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/el/el-composition.uvue","code":"```vue\n\r\n\r\n \r\n root node tagName:\r\n {{ el }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/el/el-composition"},"el_el-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/el/el-options.uvue","code":"```vue\n\r\n \r\n root node tagName:\r\n {{ el }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/el/el-options"},"emit-function_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/emit-function/child-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/emit-function/child-composition"},"emit-function_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/emit-function/child-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/emit-function/child-options"},"emit-function_emit-function-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/emit-function/emit-function-composition.uvue","code":"```vue\n\r\n \r\n \r\n 子组件传的参数\r\n \r\n {{ value }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/emit-function/emit-function-composition"},"emit-function_emit-function-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/emit-function/emit-function-options.uvue","code":"```vue\n\r\n \r\n \r\n 子组件传的参数\r\n \r\n {{ value }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/emit-function/emit-function-options"},"force-update_force-update-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/force-update/force-update-composition.uvue","code":"```vue\n\r\n \r\n $forceUpdate\r\n Date.now(): {{ Date.now() }}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/force-update/force-update-composition"},"force-update_force-update-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/force-update/force-update-options.uvue","code":"```vue\n\r\n \r\n $forceUpdate\r\n Date.now(): {{ Date.now() }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/force-update/force-update-options"},"inject_inject-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/inject/inject-composition.uvue","code":"```vue\n\r\n \r\n inject page\r\n msg: {{msg}}\r\n num: {{num}}\r\n obj: {{JSON.stringify(obj)}}\r\n arr: {{JSON.stringify(arr)}}\r\n arr[0]: {{ arr[0]}}\r\n fn: {{fn?.()}}\r\n hasInjectionContext:\r\n {{checkHasInjectionContextRes}}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/inject/inject-composition"},"inject_inject-options-1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/inject/inject-options-1.uvue","code":"```vue\n\r\n \r\n component for inject 1\r\n aliasProvidePageTitle: {{ aliasProvidePageTitle }}\r\n providePageStr: {{ providePageStr }}\r\n providePageNum: {{ providePageNum }}\r\n providePageBool: {{ providePageBool }}\r\n providePageObject.title: {{ providePageObject['title'] }}\r\n providePageObject.content: {{ providePageObject['content'] }}\r\n providePageArr: {{ JSON.stringify(providePageArr) }}\r\n providePageMap: {{ JSON.stringify(providePageMapObj) }}\r\n providePageSet: {{ JSON.stringify(providePageSetArr) }}\r\n testInjectStringDefaultValue: {{ testInjectStringDefaultValue }}\r\n testInjectObjectDefaultValue.title:\r\n {{ testInjectObjectDefaultValue['title'] }}\r\n testInjectObjectDefaultValue.content:\r\n {{ testInjectObjectDefaultValue['content'] }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/inject/inject-options-1"},"inject_inject-options-2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/inject/inject-options-2.uvue","code":"```vue\n\r\n \r\n component for inject 2\r\n providePageTitle: {{ providePageTitle }}\r\n providePageStr: {{ providePageStr }}\r\n providePageNum: {{ providePageNum }}\r\n providePageBool: {{ providePageBool }}\r\n providePageObject.title: {{ providePageObject['title'] }}\r\n providePageObject.content: {{ providePageObject['content'] }}\r\n providePageArr: {{ JSON.stringify(providePageArr) }}\r\n providePageMap: {{ JSON.stringify(providePageMapObj) }}\r\n providePageSet: {{ JSON.stringify(providePageSetArr) }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/inject/inject-options-2"},"methods_call-method-define-expose":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-define-expose.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n 调用子组件 difineExpose 暴露方法结果: \r\n {{ callMethodRes }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-define-expose"},"methods_call-method-easycom-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-easycom-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-easycom-composition"},"methods_call-method-easycom-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-easycom-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-easycom-options"},"methods_call-method-easycom-uni-modules-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-easycom-uni-modules-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-easycom-uni-modules-composition"},"methods_call-method-easycom-uni-modules-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-easycom-uni-modules-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-easycom-uni-modules-options"},"methods_call-method-other-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-other-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-other-composition"},"methods_call-method-other-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-other-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-other-options"},"methods_call-method-uni-element-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-uni-element-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-uni-element-composition"},"methods_call-method-uni-element-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/call-method-uni-element-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/call-method-uni-element-options"},"methods_component-define-expose":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/component-define-expose.uvue","code":"```vue\n\r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/component-define-expose"},"methods_component1-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/component1-composition.uvue","code":"```vue\n\r\n {{ result }}\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/component1-composition"},"methods_component1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/methods/component1.uvue","code":"```vue\n\r\n {{result}}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/methods/component1"},"mixins_mixins-app-page-namesake":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/mixins-app-page-namesake.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n props:\r\n {{ namesakeMixinProp }}\r\n {{ namesakeChildMixinProp }}\r\n\r\n data:\r\n {{ namesakeMixinDataMsg }}\r\n {{ namesakeChildMixinDataMsg }}\r\n\r\n computed:\r\n {{ namesakeMixinComputed }}\r\n {{ namesakeChildMixinComputed }}\r\n\r\n method:\r\n {{ namesakeMixinMethod() }}\r\n {{ namesakeChildMixinMethod() }}\r\n\r\n mixin component:\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/mixins-app-page-namesake"},"mixins_mixins-app":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/mixins-app.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n props:\r\n {{ globalMixinProp1 }}\r\n {{ globalChildMixinProp1 }}\r\n {{ globalMixinProp2 }}\r\n {{ globalChildMixinProp2 }}\r\n {{ mixinProp1 }}\r\n {{ childMixinProp1 }}\r\n {{ mixinProp2 }}\r\n {{ childMixinProp2 }}\r\n {{ namesakeMixinProp }}\r\n {{ namesakeChildMixinProp }}\r\n\r\n data:\r\n {{ globalMixinDataMsg1 }}\r\n {{ globalChildMixinDataMsg1 }}\r\n {{ globalMixinDataMsg2 }}\r\n {{ globalChildMixinDataMsg2 }}\r\n {{ mixinDataMsg1 }}\r\n {{ childMixinDataMsg1 }}\r\n {{ mixinDataMsg2 }}\r\n {{ childMixinDataMsg2 }}\r\n {{ namesakeMixinDataMsg }}\r\n {{ namesakeChildMixinDataMsg }}\r\n\r\n computed:\r\n {{ globalMixinComputed1 }}\r\n {{ globalChildMixinComputed1 }}\r\n {{ globalMixinComputed2 }}\r\n {{ globalChildMixinComputed2 }}\r\n {{ mixinComputed1 }}\r\n {{ childMixinComputed1 }}\r\n {{ mixinComputed2 }}\r\n {{ childMixinComputed2 }}\r\n {{ namesakeMixinComputed }}\r\n {{ namesakeChildMixinComputed }}\r\n\r\n watch:\r\n {{ globalMixinWatchMsg1 }}\r\n {{ globalChildMixinWatchMsg1 }}\r\n {{ globalMixinWatchMsg2 }}\r\n {{ globalChildMixinWatchMsg2 }}\r\n {{ mixinWatchMsg1 }}\r\n {{ childMixinWatchMsg1 }}\r\n {{ mixinWatchMsg2 }}\r\n {{ childMixinWatchMsg2 }}\r\n {{ mixinWatchMsg }}\r\n\r\n lifecycle:\r\n {{ globalMixinOnloadMsg1 }}\r\n {{ globalMixinOnloadMsg2 }}\r\n {{ globalChildMixinOnloadMsg1 }}\r\n {{ globalChildMixinOnloadMsg2 }}\r\n {{ mixinOnloadMsg1 }}\r\n {{ mixinOnloadMsg2 }}\r\n {{ childMixinOnloadMsg1 }}\r\n {{ childMixinOnloadMsg2 }}\r\n {{ onloadMsg }}\r\n\r\n method:\r\n {{ globalMixinMethod1() }}\r\n {{ globalChildMixinMethod1() }}\r\n {{ globalMixinMethod2() }}\r\n {{ globalChildMixinMethod2() }}\r\n {{ mixinMethod1() }}\r\n {{ childMixinMethod1() }}\r\n {{ mixinMethod2() }}\r\n {{ childMixinMethod2() }}\r\n {{ namesakeMixinMethod() }}\r\n {{ namesakeChildMixinMethod() }}\r\n\r\n component:\r\n handleMixinEmitter('globalMixinEmit1', arg)\"\r\n @globalChildMixinEmit1=\"(arg: string) => handleMixinEmitter('globalChildMixinEmit1', arg)\"\r\n @globalMixinEmit2=\"(arg: string) => handleMixinEmitter('globalMixinEmit2', arg)\"\r\n @globalChildMixinEmit2=\"(arg: string) => handleMixinEmitter('globalChildMixinEmit2', arg)\"\r\n @mixinEmit=\"(arg: string) => handleMixinEmitter('mixinEmit', arg)\"\r\n @childMixinEmit=\"(arg: string) => handleMixinEmitter('childMixinEmit', arg)\" />\r\n handleMixinEmitterMsg: {{ handleMixinEmitterMsg }}\r\n \r\n mixin component:\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/mixins-app"},"mixins_mixins-web":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/mixins-web.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n mixinProp: {{mixinProp}}\r\n mixinDataMsg: {{mixinDataMsg}}\r\n mixinOnloadMsg: {{mixinOnloadMsg}}\r\n mixinComputed: {{mixinComputed}}\r\n\r\n handleMixinEmitter('globalMixinEmit1', arg)\"\r\n @globalChildMixinEmit1=\"(arg: string) => handleMixinEmitter('globalChildMixinEmit1', arg)\"\r\n @globalMixinEmit2=\"(arg: string) => handleMixinEmitter('globalMixinEmit2', arg)\"\r\n @globalChildMixinEmit2=\"(arg: string) => handleMixinEmitter('globalChildMixinEmit2', arg)\"\r\n @mixinEmit=\"(arg: string) => handleMixinEmitter('mixinEmit', arg)\"\r\n @childMixinEmit=\"(arg: string) => handleMixinEmitter('childMixinEmit', arg)\" />\r\n \r\n handleMixinEmitterMsg: {{ handleMixinEmitterMsg }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/mixins-web"},"nextTick_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/nextTick/child-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n title:\r\n {{ dataInfo.title }}\r\n \r\n \r\n before $nextTick title:\r\n {{ dataInfo.beforeNextTickTitle }}\r\n \r\n \r\n after $nextTick title:\r\n {{ dataInfo.afterNextTickTitle }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/nextTick/child-composition"},"nextTick_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/nextTick/child-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n title for callback:\r\n {{ dataInfo.titleForCallback }}\r\n \r\n \r\n before $nextTick callback title:\r\n {{ dataInfo.beforeNextTickCallbackTitle }}\r\n \r\n \r\n after $nextTick callback title:\r\n {{ dataInfo.afterNextTickCallbackTitle }}\r\n \r\n \r\n title for promise:\r\n {{ dataInfo.titleForPromise }}\r\n \r\n \r\n before $nextTick promise title:\r\n {{ dataInfo.beforeNextTickPromiseTitle }}\r\n \r\n \r\n after $nextTick promise title:\r\n {{ dataInfo.afterNextTickPromiseTitle }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/nextTick/child-options"},"nextTick_nextTick-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/nextTick/nextTick-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n title:\r\n {{ dataInfo.title }}\r\n \r\n \r\n before $nextTick title:\r\n {{ dataInfo.beforeNextTickTitle }}\r\n \r\n \r\n after $nextTick title:\r\n {{ dataInfo.afterNextTickTitle }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/nextTick/nextTick-composition"},"nextTick_nextTick-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/nextTick/nextTick-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n title for callback:\r\n {{ dataInfo.titleForCallback }}\r\n \r\n \r\n before $nextTick callback title:\r\n {{ dataInfo.beforeNextTickCallbackTitle }}\r\n \r\n \r\n after $nextTick callback title:\r\n {{ dataInfo.afterNextTickCallbackTitle }}\r\n \r\n \r\n title for promise:\r\n {{ dataInfo.titleForPromise }}\r\n \r\n \r\n before $nextTick promise title:\r\n {{ dataInfo.beforeNextTickPromiseTitle }}\r\n \r\n \r\n after $nextTick promise title:\r\n {{ dataInfo.afterNextTickPromiseTitle }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/nextTick/nextTick-options"},"options_options-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/options/options-composition.uvue","code":"```vue\n\r\n \r\n \r\n component name: \r\n {{ dataInfo.name }}\r\n \r\n \r\n \r\n custom key: \r\n {{ dataInfo.customKey }}\r\n \r\n \r\n mixin data str: \r\n {{ dataInfo.mixinDataStr }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/options/options-composition"},"options_options-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/options/options-options.uvue","code":"```vue\n\r\n \r\n \r\n component name: \r\n {{ dataInfo.name }}\r\n \r\n \r\n \r\n custom key: \r\n {{ dataInfo.customKey }}\r\n \r\n \r\n mixin data str: \r\n {{ dataInfo.mixinDataStr }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/options/options-options"},"parent_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/parent/child-composition.uvue","code":"```vue\n\r\n \r\n \r\n parent str: \r\n {{ parentStr }}\r\n \r\n \r\n parent num: \r\n {{ parentNum }}\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/parent/child-composition"},"parent_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/parent/child-options.uvue","code":"```vue\n\r\n \r\n \r\n parent str: \r\n {{ parentStr }}\r\n \r\n \r\n parent num: \r\n {{ parentNum }}\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/parent/child-options"},"parent_parent-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/parent/parent-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/parent/parent-composition"},"parent_parent-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/parent/parent-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/parent/parent-options"},"props_array-literal-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/array-literal-composition.uvue","code":"```vue\n\r\n \r\n array literal\r\n \r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n bool: \r\n {{ bool }}\r\n \r\n \r\n obj: \r\n {{ JSON.stringify(obj) }}\r\n \r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/array-literal-composition"},"props_array-literal-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/array-literal-options.uvue","code":"```vue\n\r\n \r\n array literal\r\n \r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n bool: \r\n {{ bool }}\r\n \r\n \r\n obj: \r\n {{ JSON.stringify(obj) }}\r\n \r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/array-literal-options"},"props_object-type-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/object-type-composition.uvue","code":"```vue\n\r\n \r\n object type\r\n \r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n bool: \r\n {{ bool }}\r\n \r\n \r\n obj: \r\n {{ JSON.stringify(obj) }}\r\n \r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/object-type-composition"},"props_object-type-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/object-type-options.uvue","code":"```vue\n\r\n\t\n object type\r\n\t\t\r\n str: \r\n {{ str }}\r\n \r\n \r\n num: \r\n {{ num }}\r\n \r\n \r\n bool: \r\n {{ bool }}\r\n \r\n \r\n obj: \r\n {{ JSON.stringify(obj) }}\r\n \r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n\t\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/object-type-options"},"props_props-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/props-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/props-composition"},"props_props-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/props-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/props-options"},"props_props-with-defaults":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/props-with-defaults.uvue","code":"```vue\n\r\n \r\n withDefaults\r\n \r\n msg\r\n {{ props.msg }}\r\n \r\n \r\n labels\r\n {{ JSON.stringify(props.labels) }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/props-with-defaults"},"props_same-name-prop-default-value-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/same-name-prop-default-value-composition.uvue","code":"```vue\n\r\n \r\n same name prop with default value\r\n \r\n arr: \r\n {{\r\n JSON.stringify(arr)\r\n }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/same-name-prop-default-value-composition"},"props_same-name-prop-default-value-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/props/same-name-prop-default-value-options.uvue","code":"```vue\n\r\n \r\n same name prop with default value\r\n \r\n arr: \r\n {{ JSON.stringify(arr) }}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/props/same-name-prop-default-value-options"},"provide_provide-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/provide/provide-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/provide/provide-composition"},"provide_provide-options-1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/provide/provide-options-1.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n provide page\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/provide/provide-options-1"},"provide_provide-options-2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/provide/provide-options-2.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n provide page 2\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/provide/provide-options-2"},"refs_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/refs/child-composition.uvue","code":"```vue\n\r\n\r\n\r\n {{ value }}\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/refs/child-composition"},"refs_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/refs/child-options.uvue","code":"```vue\n\r\n\r\n\r\n {{ value }}\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/refs/child-options"},"refs_refs-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/refs/refs-composition.uvue","code":"```vue\n\r\n \r\n NodeRef: {{ refObject.existRef }}\r\n childRef: {{ refObject.exisChildRef }}\r\n ComponentRef\r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/refs/refs-composition"},"refs_refs-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/refs/refs-options.uvue","code":"```vue\n\r\n \r\n NodeRef: {{ existRef }}\r\n childRef: {{ exisChildRef }}\r\n ComponentRef\r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/refs/refs-options"},"root_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/root/child-composition.uvue","code":"```vue\n\r\n \r\n root str in parent component: \r\n {{ rootStr }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/root/child-composition"},"root_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/root/child-options.uvue","code":"```vue\n\r\n \r\n root str in parent component: \r\n {{ rootStr }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/root/child-options"},"root_root-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/root/root-composition.uvue","code":"```vue\n\r\n \r\n \r\n root str in parent component: \r\n {{ rootStr }}\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/root/root-composition"},"root_root-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/root/root-options.uvue","code":"```vue\n\r\n \r\n \r\n root str in parent component: \r\n {{ rootStr }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/root/root-options"},"setup-function_Foo":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/setup-function/Foo.uvue","code":"```vue\n\r\n \r\n this is component Foo for setup function\r\n \r\n \r\n hasDefaultSlot:\r\n {{ hasDefaultSlot }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/setup-function/Foo"},"setup-function_RenderFunction":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/setup-function/RenderFunction.uvue","code":"```vue\n\r\n\t\r\n\t\tthis is Render Function component\r\n\t\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/setup-function/RenderFunction"},"setup-function_setup-function":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/setup-function/setup-function.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n str:\r\n {{ str }}\r\n \r\n \r\n num:\r\n {{ num }}\r\n \r\n \r\n bool:\r\n {{ bool }}\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n \r\n obj.str:\r\n {{ obj['str'] }}\r\n \r\n \r\n obj.num:\r\n {{ obj['num'] }}\r\n \r\n \r\n obj.bool:\r\n {{ obj['bool'] }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n default slot in Foo\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/setup-function/setup-function"},"slots_slot-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/slots/slot-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/slots/slot-composition"},"slots_slot-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/slots/slot-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/slots/slot-options"},"slots_slots-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/slots/slots-composition.uvue","code":"```vue\n\r\n \r\n \r\n header\r\n default\r\n footer\r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/slots/slots-composition"},"slots_slots-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/slots/slots-options.uvue","code":"```vue\n\r\n \r\n \r\n header\r\n default\r\n footer\r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/slots/slots-options"},"mixins_components_ChildMixinComp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/ChildMixinComp1.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/ChildMixinComp1"},"mixins_components_ChildMixinComp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/ChildMixinComp2.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/ChildMixinComp2"},"mixins_components_Comp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/Comp1.uvue","code":"```vue\n\r\n \r\n Comp1: inheritAttrs: false\r\n rootElementTitle should be null\r\n rootElementTitle: {{ rootElementTitle }}\r\n \r\n trigger emitter:\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/Comp1"},"mixins_components_Comp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/Comp2.uvue","code":"```vue\n\r\n \r\n Comp2: inheritAttrs: true\r\n rootElementTitle should not be null\r\n rootElementTitle: {{ rootElementTitle }}\r\n {{ namesakeMixinProp }}\r\n {{ namesakeMixinDataMsg }}\r\n {{ namesakeMixinComputed }}\r\n {{ mixinWatchMsg }}\r\n {{ namesakeMixinMethod() }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/Comp2"},"mixins_components_CompForComp":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/CompForComp.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/CompForComp"},"mixins_components_CompForPage":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/CompForPage.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/CompForPage"},"mixins_components_GlobalChildMixinComp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/GlobalChildMixinComp1.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/GlobalChildMixinComp1"},"mixins_components_GlobalChildMixinComp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/GlobalChildMixinComp2.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/GlobalChildMixinComp2"},"mixins_components_GlobalMixinComp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/GlobalMixinComp1.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/GlobalMixinComp1"},"mixins_components_GlobalMixinComp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/GlobalMixinComp2.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/GlobalMixinComp2"},"mixins_components_MixinComp1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinComp1.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinComp1"},"mixins_components_MixinComp2":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinComp2.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinComp2"},"mixins_components_MixinCompForChildMixin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinCompForChildMixin.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinCompForChildMixin"},"mixins_components_MixinCompForGlobalChildMixin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinCompForGlobalChildMixin.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinCompForGlobalChildMixin"},"mixins_components_MixinCompForGlobalMixin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinCompForGlobalMixin.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinCompForGlobalMixin"},"mixins_components_MixinCompForMixin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/component-instance/mixins/components/MixinCompForMixin.uvue","code":"```vue\n\r\n {{ title }}\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/component-instance/mixins/components/MixinCompForMixin"}},"E_directive":{"v-bind_Foo-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-bind/Foo-composition.uvue","code":"```vue\n\r\n \r\n \r\n props title:\r\n {{ title }}\r\n \r\n \r\n props num:\r\n {{ num }}\r\n \r\n \r\n props obj['name']:\r\n {{ obj['name'] }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-bind/Foo-composition"},"v-bind_Foo-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-bind/Foo-options.uvue","code":"```vue\n\r\n \r\n \r\n props title:\r\n {{ title }}\r\n \r\n \r\n props num:\r\n {{ num }}\r\n \r\n \r\n props obj['name']:\r\n {{ obj['name'] }}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-bind/Foo-options"},"v-bind_v-bind-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-bind/v-bind-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n bind object style fontSize:\r\n \r\n {{ dataInfo.fontSize }}\r\n \r\n \r\n \r\n bind arr style\r\n {{ dataInfo.backgroundColor }}\r\n {{ dataInfo.border }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-bind/v-bind-composition"},"v-bind_v-bind-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-bind/v-bind-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n bind object style fontSize:\r\n \r\n {{ dataInfo.fontSize }}\r\n \r\n \r\n \r\n bind arr style\r\n {{ dataInfo.backgroundColor }}\r\n {{ dataInfo.border }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-bind/v-bind-options"},"v-for_v-for-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-for/v-for-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n v-for number\r\n \r\n {{ item }}\r\n \r\n\r\n v-for object\r\n \r\n {{ key }}\r\n {{ value }}\r\n \r\n\r\n v-for & v-if list items\r\n \r\n \r\n \r\n {{ item.name }}\r\n {{\r\n item.count\r\n }}\r\n \r\n \r\n \r\n {{ child.name }}\r\n {{\r\n child.count\r\n }}\r\n \r\n \r\n \r\n \r\n\r\n v-for & v-show list items\r\n \r\n \r\n {{ item.name }}\r\n {{\r\n item.count\r\n }}\r\n \r\n \r\n {{ child.name }}\r\n {{\r\n child.count\r\n }}\r\n \r\n \r\n\r\n \r\n {{ item[0] }}\r\n {{ item[1] }}\r\n \r\n\r\n \r\n {{ item }}\r\n \n\n v-for UTSJSONObject\n \n {{ key }}\n {{ value }}\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-for/v-for-composition"},"v-for_v-for-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-for/v-for-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n v-for number\r\n \r\n {{ item }}\r\n \r\n\r\n v-for object\r\n \r\n {{ key }}\r\n {{ value }}\r\n \r\n\r\n v-for & v-if list items\r\n \r\n \r\n \r\n {{ item.name }}\r\n {{\r\n item.count\r\n }}\r\n \r\n \r\n \r\n {{ child.name }}\r\n {{\r\n child.count\r\n }}\r\n \r\n \r\n \r\n \r\n\r\n v-for & v-show list items\r\n \r\n \r\n {{ item.name }}\r\n {{\r\n item.count\r\n }}\r\n \r\n \r\n {{ child.name }}\r\n {{\r\n child.count\r\n }}\r\n \r\n \r\n\r\n \r\n {{ item[0] }}\r\n {{ item[1] }}\r\n \r\n\r\n \r\n {{ item }}\r\n \n\n v-for UTSJSONObject\n \n {{ key }}\n {{ value }}\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-for/v-for-options"},"v-html_v-html-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-html/v-html-composition.uvue","code":"```vue\n\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-html/v-html-composition"},"v-html_v-html-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-html/v-html-options.uvue","code":"```vue\n\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-html/v-html-options"},"v-if_v-if-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-if/v-if-composition.uvue","code":"```vue\n\r\n \r\n \r\n v-if\r\n show\r\n \r\n \r\n\r\n \r\n num:\r\n {{ num }}\r\n \r\n \r\n v-if v-else-if v-else\r\n v-if num = 1\r\n v-else-if num = 2\r\n v-else\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-if/v-if-composition"},"v-if_v-if-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-if/v-if-options.uvue","code":"```vue\n\r\n \r\n \r\n v-if\r\n show\r\n \r\n \r\n\r\n \r\n num:\r\n {{ num }}\r\n \r\n \r\n v-if v-else-if v-else\r\n v-if num = 1\r\n v-else-if num = 2\r\n v-else\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-if/v-if-options"},"v-memo_v-memo-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-memo/v-memo-composition.uvue","code":"```vue\n\r\n \r\n \r\n msg will never change:\r\n {{ msg }}\r\n \r\n \r\n msg:\r\n {{ msg }}\r\n \r\n \r\n msg will change when num chang:\r\n {{ msg }}\r\n \r\n \r\n num:\r\n {{ num }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-memo/v-memo-composition"},"v-memo_v-memo-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-memo/v-memo-options.uvue","code":"```vue\n\r\n \r\n \r\n msg will never change:\r\n {{ msg }}\r\n \r\n \r\n msg:\r\n {{ msg }}\r\n \r\n \r\n msg will change when num chang:\r\n {{ msg }}\r\n \r\n \r\n num:\r\n {{ num }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-memo/v-memo-options"},"v-model_Foo-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-model/Foo-composition.uvue","code":"```vue\n\r\n \r\n \r\n v-model in Foo:\r\n {{ modelValue }}\r\n \r\n \r\n v-model:msg in Foo:\r\n {{ msg }}\r\n \r\n\r\n \r\n defineModel num:\r\n {{ num }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-model/Foo-composition"},"v-model_v-model-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-model/v-model-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n handle modelValue update res:\r\n {{ handleModelValueUpdateRes }}\r\n \r\n \r\n handle model msg update res:\r\n {{ handleModelMsgUpdateRes }}\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-model/v-model-composition"},"v-model_v-model-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-model/v-model-options.uvue","code":"```vue\n\r\n \r\n \r\n str:\r\n {{ str }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n typeof num:\r\n {{ typeof num }}\r\n \r\n \r\n str for trim length:\r\n {{ strForTrim.length }}\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-model/v-model-options"},"v-on_v-on-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-on/v-on-composition.uvue","code":"```vue\n\r\n \r\n 下方按钮点击累加 count\r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-on/v-on-composition"},"v-on_v-on-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-on/v-on-options.uvue","code":"```vue\n\r\n \r\n 下方按钮点击累加 count\r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-on/v-on-options"},"v-once_v-once-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-once/v-once-composition.uvue","code":"```vue\n\r\n \r\n \r\n This msg will never change:\r\n {{ msg }}\r\n \r\n \r\n msg:\r\n {{ msg }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-once/v-once-composition"},"v-once_v-once-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-once/v-once-options.uvue","code":"```vue\n\r\n \r\n \r\n This msg will never change:\r\n {{ msg }}\r\n \r\n \r\n msg:\r\n {{ msg }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-once/v-once-options"},"v-pre_v-pre":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-pre/v-pre.uvue","code":"```vue\n\r\n \r\n v-pre 跳过该元素及其所有子元素的编译\r\n {{ this will not be compiled }}\r\n \r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-pre/v-pre"},"v-show_v-show-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-show/v-show-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n 点击上方按钮,切换显示/隐藏\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-show/v-show-composition"},"v-show_v-show-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-show/v-show-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n 点击上方按钮,切换显示/隐藏\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-show/v-show-options"},"v-slot_Foo-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-slot/Foo-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-slot/Foo-composition"},"v-slot_Foo-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-slot/Foo-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-slot/Foo-options"},"v-slot_v-slot-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-slot/v-slot-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n header slot msg:\r\n \r\n \r\n \r\n \r\n \r\n default slot num:\r\n {{ num }}\r\n \r\n \r\n \r\n \r\n footer slot arr:\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-slot/v-slot-composition"},"v-slot_v-slot-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-slot/v-slot-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n header slot msg:\r\n \r\n \r\n \r\n \r\n \r\n default slot num:\r\n {{ num }}\r\n \r\n \r\n \r\n \r\n footer slot arr:\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-slot/v-slot-options"},"v-text_v-text-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-text/v-text-composition.uvue","code":"```vue\n\r\n \r\n \r\n v-txt for text:\r\n \r\n \r\n \r\n v-txt for view:\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-text/v-text-composition"},"v-text_v-text-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/directive/v-text/v-text-options.uvue","code":"```vue\n\r\n \r\n \r\n v-txt for text:\r\n \r\n \r\n \r\n v-txt for view:\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/directive/v-text/v-text-options"}},"E_error":{"runtime-error_runtime-error-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/error/runtime-error/runtime-error-composition.uvue","code":"```vue\n\r\n \r\n {{ arr[1] }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/error/runtime-error/runtime-error-composition"},"runtime-error_runtime-error-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/error/runtime-error/runtime-error-options.uvue","code":"```vue\n\r\n \r\n {{ arr[1] }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/error/runtime-error/runtime-error-options"}},"E_examples":{"nested-component-communication_nested-component-communication-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/nested-component-communication/nested-component-communication-composition.uvue","code":"```vue\n\r\n \r\n \r\n 父组件:\r\n {{ msg }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/nested-component-communication/nested-component-communication-composition"},"nested-component-communication_nested-component-communication-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/nested-component-communication/nested-component-communication-options.uvue","code":"```vue\n\r\n \r\n \r\n 父组件:\r\n {{ msg }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/nested-component-communication/nested-component-communication-options"},"set-custom-child-component-root-node-class_child":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/set-custom-child-component-root-node-class/child.uvue","code":"```vue\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/set-custom-child-component-root-node-class/child"},"set-custom-child-component-root-node-class_set-custom-child-component-root-node-class-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-composition"},"set-custom-child-component-root-node-class_set-custom-child-component-root-node-class-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-options"},"unrecognized-component_unrecognized-component":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/unrecognized-component/unrecognized-component.uvue","code":"```vue\n\r\n\ttext in unrecognized component\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/unrecognized-component/unrecognized-component"},"nested-component-communication_components_child":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/nested-component-communication/components/child.uvue","code":"```vue\n\r\n \r\n \r\n 子组件:\r\n {{ msg }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/nested-component-communication/components/child"},"nested-component-communication_components_grandChild":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/examples/nested-component-communication/components/grandChild.uvue","code":"```vue\n\r\n \r\n \r\n 孙组件:\r\n {{ msg }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/examples/nested-component-communication/components/grandChild"}},"E_lifecycle":{"component_ChildComponentComposition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/component/ChildComponentComposition.uvue","code":"```vue\n\r\n title: {{ title }}\r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/component/ChildComponentComposition"},"component_ChildComponentOptions":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/component/ChildComponentOptions.uvue","code":"```vue\n\r\n title: {{ title }}\r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/component/ChildComponentOptions"},"component_component-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/component/component-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n component lifecycle 组合式 API\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/component/component-composition"},"component_component-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/component/component-options.uvue","code":"```vue\n\r\n \r\n component lifecycle 选项式 API\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/component/component-options"},"page_monitor-page-lifecycle-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/page/monitor-page-lifecycle-composition.uvue","code":"```vue\n\n\n组件监听页面、应用生命周期(组合式 API)\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/page/monitor-page-lifecycle-composition"},"page_monitor-page-lifecycle-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/page/monitor-page-lifecycle-options.uvue","code":"```vue\n\n\n组件监听页面、应用生命周期(选项式 API)\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/page/monitor-page-lifecycle-options"},"page_page-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/page/page-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n page lifecycle 组合式 API\r\n \r\n onLoad 触发:\r\n {{ isOnloadTriggered }}\r\n \r\n \r\n onPageShow 触发:\r\n {{ isOnPageShowTriggered }}\r\n \r\n \r\n onReady 触发:\r\n {{ isOnReadyTriggered }}\r\n \r\n \r\n onPullDownRefresh 触发:\r\n {{ isOnPullDownRefreshTriggered }}\r\n \r\n \r\n onReachBottom 触发:\r\n {{ isOnReachBottomTriggered }}\r\n \r\n \r\n onBackPress 触发:\r\n {{ isOnBackPressTriggered }}\r\n \r\n \r\n onPageHide 触发:\r\n {{ isOnPageHideTriggered }}\r\n \r\n \r\n onResize 触发:\r\n {{ isOnResizeTriggered }}\r\n \n\t\t\t\n\t\t\t\t\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/page/page-composition"},"page_page-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/lifecycle/page/page-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n page lifecycle 选项式 API\r\n \r\n onLoad 触发:\r\n {{ isOnloadTriggered }}\r\n \r\n \r\n onShow 触发:\r\n {{ isOnShowTriggered }}\r\n \r\n \r\n onReady 触发:\r\n {{ isOnReadyTriggered }}\r\n \r\n \r\n onPullDownRefresh 触发:\r\n {{ isOnPullDownRefreshTriggered }}\r\n \r\n \r\n onReachBottom 触发:\r\n {{ isOnReachBottomTriggered }}\r\n \r\n \r\n onBackPress 触发:\r\n {{ isOnBackPressTriggered }}\r\n \r\n \r\n onHide 触发:\r\n {{ isOnHideTriggered }}\r\n \r\n \r\n onResize 触发:\r\n {{ isOnResizeTriggered }}\r\n \n\t\t\t\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/lifecycle/page/page-options"}},"E_render-function":{"cloneVNode_cloneVNode-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/cloneVNode/cloneVNode-composition.uvue","code":"```vue\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/cloneVNode/cloneVNode-composition"},"cloneVNode_cloneVNode-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/cloneVNode/cloneVNode-options.uvue","code":"```vue\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/cloneVNode/cloneVNode-options"},"isVNode_isVNode-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/isVNode/isVNode-composition.uvue","code":"```vue\n\r\n \r\n \r\n isVNode VNode:\r\n {{ isVNodeVNode }}\r\n \r\n \r\n isVNode string:\r\n {{ isVNodeString }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/isVNode/isVNode-composition"},"isVNode_isVNode-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/isVNode/isVNode-options.uvue","code":"```vue\n\r\n \r\n \r\n isVNode VNode:\r\n {{ isVNodeVNode }}\r\n \r\n \r\n isVNode string:\r\n {{ isVNodeString }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/isVNode/isVNode-options"},"mergeProps_mergeProps-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/mergeProps/mergeProps-composition.uvue","code":"```vue\n\r\n \r\n \r\n merged class\r\n {{mergedProps['class']}}\r\n \r\n \r\n \r\n prop function result list\r\n {{item}}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/mergeProps/mergeProps-composition"},"mergeProps_mergeProps-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/mergeProps/mergeProps-options.uvue","code":"```vue\n\r\n \r\n \r\n merged class\r\n {{mergedProps['class']}}\r\n \r\n \r\n \r\n prop function result list\r\n {{item}}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/mergeProps/mergeProps-options"},"render_render-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/render/render-composition.uvue","code":"```vue\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/render/render-composition"},"render_render-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/render/render-options.uvue","code":"```vue\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/render/render-options"},"resolveComponent_resolveComponent-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/resolveComponent/resolveComponent-composition.uvue","code":"```vue\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/resolveComponent/resolveComponent-composition"},"resolveComponent_resolveComponent-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/resolveComponent/resolveComponent-options.uvue","code":"```vue\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/resolveComponent/resolveComponent-options"},"withDirectives_withDirectives-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/withDirectives/withDirectives-composition.uvue","code":"```vue\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/withDirectives/withDirectives-composition"},"withDirectives_withDirectives-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/withDirectives/withDirectives-options.uvue","code":"```vue\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/withDirectives/withDirectives-options"},"withModifiers_withModifiers-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/withModifiers/withModifiers-composition.uvue","code":"```vue\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/withModifiers/withModifiers-composition"},"withModifiers_withModifiers-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/render-function/withModifiers/withModifiers-options.uvue","code":"```vue\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/render-function/withModifiers/withModifiers-options"}},"E_built-in":{"component_keep-alive_keep-alive-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/component/keep-alive/keep-alive-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n include=\"Counter,Message\"\r\n \r\n \r\n \r\n \r\n :include=\"/Counter|Message/\"\r\n \r\n \r\n \r\n \r\n :include=\"['Counter', 'Message']\"\r\n \r\n \r\n \r\n \r\n exclude=\"ShouldExclude\"\r\n \r\n \r\n \r\n \r\n :max=\"2\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/component/keep-alive/keep-alive-composition"},"component_keep-alive_keep-alive-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/component/keep-alive/keep-alive-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n include \"Counter,Message\"\r\n \r\n \r\n \r\n \r\n include \"/Counter|Message/\"\r\n \r\n \r\n \r\n \r\n include \"['Counter', 'Message']\"\r\n \r\n \r\n \r\n \r\n exclude \"ShouldExclude\"\r\n \r\n \r\n \r\n \r\n max 2\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/component/keep-alive/keep-alive-options"},"component_teleport_teleport-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/component/teleport/teleport-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n .container 区域\r\n \r\n content1 区域\r\n \r\n \r\n content2 区域\r\n \r\n \r\n \r\n 内容在.container中,使用teleport在#content1元素中展示\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/component/teleport/teleport-composition"},"component_teleport_teleport-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/component/teleport/teleport-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n .container 区域\r\n \r\n content1 区域\r\n \r\n \r\n content2 区域\r\n \r\n \r\n \r\n 内容在.container中,使用teleport在#content1元素中展示\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/component/teleport/teleport-options"},"special-elements_component_component-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/component/component-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/component/component-composition"},"special-elements_component_component-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/component/component-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/component/component-options"},"special-elements_slots_child-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/slots/child-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/slots/child-composition"},"special-elements_slots_child-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/slots/child-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/slots/child-options"},"special-elements_slots_slots-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/slots/slots-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n {{ msg }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/slots/slots-composition"},"special-elements_slots_slots-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/slots/slots-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n {{ msg }}\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/slots/slots-options"},"special-elements_template_template-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/template/template-composition.uvue","code":"```vue\n\r\n \r\n \r\n {{ title }}\r\n \r\n {{ dataInfo.isShow ? '点击隐藏' : '点击显示' }}\r\n \r\n {{ index + 1 }}.{{ item.name }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/template/template-composition"},"special-elements_template_template-map-style-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/template/template-map-style-composition.uvue","code":"```vue\n\r\n \r\n \r\n width:200px;\r\n padding:10px;\r\n border-radius:8px;\r\n border:1px solid #ccc;\r\n background-color: red;\r\n this text color: #fff;\r\n \r\n \r\n height:200px;\r\n margin:10px;\r\n padding:10px;\r\n border-radius:8px;\r\n border:1px solid #ccc;\r\n border-color:red;\r\n background-color: green;\r\n this text color: blue;\r\n \r\n \r\n padding:10px;\r\n background-color: blue;\r\n this text color: red;\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/template/template-map-style-composition"},"special-elements_template_template-map-style-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/template/template-map-style-options.uvue","code":"```vue\n\r\n \r\n \r\n width:200px;\r\n padding:10px;\r\n border-radius:8px;\r\n border:1px solid #ccc;\r\n background-color: red;\r\n this text color: #fff;\r\n \r\n \r\n height:200px;\r\n margin:10px;\r\n padding:10px;\r\n border-radius:8px;\r\n border:1px solid #ccc;\r\n border-color:red;\r\n background-color: green;\r\n this text color: blue;\r\n \r\n \r\n padding:10px;\r\n background-color: blue;\r\n this text color: red;\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/template/template-map-style-options"},"special-elements_template_template-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/built-in/special-elements/template/template-options.uvue","code":"```vue\n\r\n \r\n \r\n {{ title }}\r\n \r\n {{ dataInfo.isShow ? '点击隐藏' : '点击显示' }}\r\n \r\n {{ index + 1 }}.{{ item.name }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/built-in/special-elements/template/template-options"}},"E_reactivity":{"advanced_custom-ref_custom-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/custom-ref/custom-ref.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state['count'] }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/custom-ref/custom-ref"},"advanced_effect-scope_effect-scope":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/effect-scope/effect-scope.uvue","code":"```vue\n\r\n \r\n \r\n counter:\r\n {{ counter }}\r\n \r\n \r\n watch counter result:\r\n {{ watchCounterRes }}\r\n \r\n \r\n watchEffect counter result:\r\n {{ watchEffectCounterRes }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/effect-scope/effect-scope"},"advanced_get-current-scope_get-current-scope":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/get-current-scope/get-current-scope.uvue","code":"```vue\n\r\n \r\n \r\n hasCurrentScope:\r\n {{ hasCurrentScope }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/get-current-scope/get-current-scope"},"advanced_mark-raw_mark-raw":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/mark-raw/mark-raw.uvue","code":"```vue\n markRaw 暂不支持\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/mark-raw/mark-raw"},"advanced_on-scope-dispose_on-scope-dispose":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/on-scope-dispose/on-scope-dispose.uvue","code":"```vue\n\r\n \r\n \r\n hasCurrentScope:\r\n {{ hasCurrentScope }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/on-scope-dispose/on-scope-dispose"},"advanced_shallow-reactive_shallow-reactive":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/shallow-reactive/shallow-reactive.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state.count }}\r\n \r\n \r\n state.nested.count:\r\n {{ state.nested.count }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/shallow-reactive/shallow-reactive"},"advanced_shallow-readonly_shallow-readonly":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/shallow-readonly/shallow-readonly.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state.count }}\r\n \r\n \r\n state.nested.count:\r\n {{ state.nested.count }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/shallow-readonly/shallow-readonly"},"advanced_shallow-ref_shallow-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/shallow-ref/shallow-ref.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state.count }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/shallow-ref/shallow-ref"},"advanced_to-raw_to-raw":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/to-raw/to-raw.uvue","code":"```vue\n\r\n \r\n \r\n check toRaw ref:\r\n {{ checkToRawRef }}\r\n \r\n \r\n check toRaw reactive:\r\n {{ checkToRawReactive }}\r\n \r\n \r\n check toRaw readonly:\r\n {{ checkToRawReadonly }}\r\n \r\n \r\n check toRaw shallowReactive:\r\n {{\r\n checkToRawShallowReactive\r\n }}\r\n \r\n \r\n check toRaw shallowReadonly:\r\n {{\r\n checkToRawShallowReadonly\r\n }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/to-raw/to-raw"},"advanced_trigger-ref_trigger-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/advanced/trigger-ref/trigger-ref.uvue","code":"```vue\n\r\n \r\n \r\n state.count:\r\n {{ state.count }}\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/advanced/trigger-ref/trigger-ref"},"core_computed_computed-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/computed/computed-composition.uvue","code":"```vue\n\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n computed double count:\r\n {{ doubleCount }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n computed obj.arr.length:\r\n {{ objArrLen }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/computed/computed-composition"},"core_computed_computed-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/computed/computed-options.uvue","code":"```vue\n\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n computed double count:\r\n {{ doubleCount }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n computed obj.arr.length:\r\n {{ objArrLen }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/computed/computed-options"},"core_reactive_reactive":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/reactive/reactive.uvue","code":"```vue\n\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n obj.str:\r\n {{ obj['str'] }}\r\n \r\n \r\n obj.num:\r\n {{ obj['num'] }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj['arr']) }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/reactive/reactive"},"core_readonly_readonly":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/readonly/readonly.uvue","code":"```vue\n\r\n \r\n \r\n data.str:\r\n {{ data.str }}\r\n \r\n \r\n data.num:\r\n {{ data.num }}\r\n \r\n \r\n data.arr:\r\n {{ JSON.stringify(data.arr) }}\r\n \r\n \r\n readonly data.str:\r\n {{ readonlyData.str }}\r\n \r\n \r\n readonly data.num:\r\n {{ readonlyData.num }}\r\n \r\n \r\n readonly data.arr:\r\n {{ JSON.stringify(readonlyData.arr) }}\r\n \r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/readonly/readonly"},"core_ref_ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/ref/ref.uvue","code":"```vue\n\r\n \r\n count1: {{ count1 }}\r\n count2: {{ count2 }}\r\n counter.count: {{ counter.count }}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/ref/ref"},"core_watch_watch-composition":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch/watch-composition.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.bool result:\r\n {{ watchObjBoolRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n\r\n \r\n watch count and obj.num result:\r\n {{ watchCountAndObjNumRes }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch/watch-composition"},"core_watch_watch-options":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch/watch-options.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.bool result:\r\n {{ watchObjBoolRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch/watch-options"},"core_watch-effect_watch-effect":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch-effect/watch-effect.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.bool result:\r\n {{ watchObjBoolRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n\r\n \r\n watch count and obj.num result:\r\n {{ watchCountAndObjNumRes }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch-effect/watch-effect"},"core_watch-post-effect_watch-post-effect":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch-post-effect/watch-post-effect.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n\r\n \r\n watch count and obj.num result:\r\n {{ watchCountAndObjNumRes }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch-post-effect/watch-post-effect"},"core_watch-sync-effect_watch-sync-effect":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/core/watch-sync-effect/watch-sync-effect.uvue","code":"```vue\n\r\n \r\n \r\n \r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n watch count result:\r\n {{ watchCountRes }}\r\n \r\n \r\n watch count track number:\r\n {{ watchCountTrackNum }}\r\n \r\n \r\n watch count cleanup number:\r\n {{ watchCountCleanupRes }}\r\n \r\n\r\n \r\n \r\n\r\n \r\n obj.str:\r\n {{ obj.str }}\r\n \r\n \r\n watch obj.str trigger number:\r\n {{ watchObjStrTriggerNum }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n obj.bool:\r\n {{ obj.bool }}\r\n \r\n \r\n obj.arr:\r\n {{ JSON.stringify(obj.arr) }}\r\n \r\n \r\n watch obj result:\r\n {{ watchObjRes }}\r\n \r\n \r\n watch obj.str result:\r\n {{ watchObjStrRes }}\r\n \r\n \r\n watch obj.arr result:\r\n {{ watchObjArrRes }}\r\n \r\n\r\n \r\n\r\n \r\n watch count and obj.num result:\r\n {{ watchCountAndObjNumRes }}\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/core/watch-sync-effect/watch-sync-effect"},"utilities_is-proxy_is-proxy":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/is-proxy/is-proxy.uvue","code":"```vue\n\r\n \r\n \r\n isProxy(count):\r\n {{ isProxyCount }}\r\n \r\n \r\n isProxy(refCount):\r\n {{ isProxyRefCount }}\r\n \r\n \r\n isProxy(reactiveCount):\r\n {{ isProxyReactiveCount }}\r\n \r\n \r\n isProxy(readonlyCount):\r\n {{ isProxyReadonlyCount }}\r\n \r\n \r\n isProxy(shallowReactiveCount):\r\n {{\r\n isProxyShallowReactiveCount\r\n }}\r\n \r\n \r\n isProxy(shallowReadonlyCount):\r\n {{\r\n isProxyShallowReadonlyCount\r\n }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/is-proxy/is-proxy"},"utilities_is-reactive_is-reactive":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/is-reactive/is-reactive.uvue","code":"```vue\n\r\n \r\n \r\n isReactive(count):\r\n {{ isReactiveCount }}\r\n \r\n \r\n isReactive(count):\r\n {{ isReactiveCount }}\r\n \r\n \r\n isReactive(refCount):\r\n {{ isReactiveRefCount }}\r\n \r\n \r\n isReactive(reactiveCount):\r\n {{ isReactiveReactiveCount }}\r\n \r\n \r\n isReactive(readonlyCount):\r\n {{ isReactiveReadonlyCount }}\r\n \r\n \r\n isReactive(shallowReactiveCount):\r\n {{\r\n isReactiveShallowReactiveCount\r\n }}\r\n \r\n \r\n isReactive(shallowReadonlyCount):\r\n {{\r\n isReactiveShallowReadonlyCount\r\n }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/is-reactive/is-reactive"},"utilities_is-readonly_is-readonly":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/is-readonly/is-readonly.uvue","code":"```vue\n\r\n \r\n \r\n isReadonly(count):\r\n {{ isReadonlyCount }}\r\n \r\n \r\n isReadonly(refCount):\r\n {{ isReadonlyRefCount }}\r\n \r\n \r\n isReadonly(reactiveCount):\r\n {{ isReadonlyReactiveCount }}\r\n \r\n \r\n isReadonly(readonlyCount):\r\n {{ isReadonlyReadonlyCount }}\r\n \r\n \r\n isReadonly(shallowReactiveCount):\r\n {{\r\n isReadonlyShallowReactiveCount\r\n }}\r\n \r\n \r\n isReadonly(shallowReadonlyCount):\r\n {{\r\n isReadonlyShallowReadonlyCount\r\n }}\r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/is-readonly/is-readonly"},"utilities_is-ref_is-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/is-ref/is-ref.uvue","code":"```vue\n\r\n \r\n \r\n ref count:\r\n {{ refCount }}\r\n \r\n \r\n isRef ref count:\r\n {{ isRefRefCount }}\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n isRef count:\r\n {{ isRefCount }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/is-ref/is-ref"},"utilities_to-ref_to-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/to-ref/to-ref.uvue","code":"```vue\n\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n isRef count:\r\n {{ isRefCount }}\r\n \r\n \r\n ref count:\r\n {{ refCount }}\r\n \r\n \r\n isRef ref count:\r\n {{ isRefRefCount }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n toRef(obj, \"num\"):\r\n {{ objNum }}\r\n \r\n \r\n toRef(() => obj.num):\r\n {{ readonlyObjNum }}\r\n \r\n\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/to-ref/to-ref"},"utilities_to-refs_to-refs":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/to-refs/to-refs.uvue","code":"```vue\n\r\n \r\n \r\n state.num:\r\n {{ state['num'] }}\r\n \r\n \r\n state.str:\r\n {{ state['str'] }}\r\n \r\n \r\n stateAsRefs.num:\r\n {{ (stateAsRefs['num'] as Ref).value }}\r\n \r\n \r\n stateAsRefs.str:\r\n {{ (stateAsRefs['str'] as Ref).value }}\r\n \r\n \r\n \r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/to-refs/to-refs"},"utilities_to-value_to-value":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/to-value/to-value.uvue","code":"```vue\n\r\n \r\n \r\n ref count:\r\n {{ refCount }}\r\n \r\n \r\n isRef ref count:\r\n {{ isRefRefCount }}\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n isRef count:\r\n {{ isRefCount }}\r\n \r\n \r\n obj.num:\r\n {{ obj.num }}\r\n \r\n \r\n toValue(() => obj.num):\r\n {{ toValueObjNum }}\r\n \r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/to-value/to-value"},"utilities_un-ref_un-ref":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/pages/reactivity/utilities/un-ref/un-ref.uvue","code":"```vue\n\r\n \r\n \r\n ref count:\r\n {{ refCount }}\r\n \r\n \r\n ref count type:\r\n {{ refCountType }}\r\n \r\n \r\n count:\r\n {{ count }}\r\n \r\n \r\n count type:\r\n {{ countType }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/pages/reactivity/utilities/un-ref/un-ref"}},"E_components":{"Bar":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/Bar.uvue","code":"```vue\n\r\n\tthis is component Bar\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/Bar"},"CompForAppComponent":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/CompForAppComponent.uvue","code":"```vue\n\r\n component for app.component\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/CompForAppComponent"},"CompForAppUse":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/CompForAppUse.uvue","code":"```vue\n\r\n \r\n component for app.use\r\n plugin1: {{ plugin1 }}\r\n plugin2: {{ plugin2 }}\r\n plugin3: {{ plugin3 }}\r\n plugin4: {{ plugin4 }}\r\n \r\n \r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/CompForAppUse"},"CompForHFunction":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/CompForHFunction.uvue","code":"```vue\n\r\n \r\n component for h()\r\n \r\n \r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/CompForHFunction"},"CompForPlugin":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/CompForPlugin.uvue","code":"```vue\n\r\n component for plugin\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/CompForPlugin"},"Foo":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/Foo.uvue","code":"```vue\n\r\n\tthis is component Foo\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/Foo"},"define-expose-foo_define-expose-foo":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/define-expose-foo/define-expose-foo.uvue","code":"```vue\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/define-expose-foo/define-expose-foo"},"keep-alive_Counter":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/keep-alive/Counter.uvue","code":"```vue\n\r\n\t\r\n\t\tcount: {{ count }}\r\n\t\t\n\t\tactivated num: {{ activatedNum }}\n\t\tdeactivated num: {{ deactivatedNum }}\r\n\t\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/keep-alive/Counter"},"keep-alive_Message":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/keep-alive/Message.uvue","code":"```vue\n\r\n\t\r\n\t\tmsg: {{msg}}\r\n\t\tchange message\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/keep-alive/Message"},"keep-alive_ShouldExclude":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/keep-alive/ShouldExclude.uvue","code":"```vue\n\r\n\t\n\t\tshould not be keep-alive\r\n\t\tcount: {{ count }}\r\n\t\t\r\n\t\r\n\r\n\r\n\n\n\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/keep-alive/ShouldExclude"},"test-type_test-type":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/test-type/test-type.uvue","code":"```vue\n\r\n\t\r\n\t\ttest-type\r\n\t\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/test-type/test-type"},"test-type1_test-type1":{"gitUrl":"https://gitcode.net/dcloud/hello-uvue/-/tree/alpha/hello-uvue/components/test-type1/test-type1.uvue","code":"```vue\n\r\n\t\r\n\t\ttest-type1\r\n\t\r\n\r\n\r\n\r\n\r\n\n```","webUrl":"https://hellouvue.dcloud.net.cn/#/hello-uvue/components/test-type1/test-type1"}}}
diff --git a/docs/collocation/app.md b/docs/collocation/app.md
index b47f5fc408932bc6fe61f6f3d03f0da647b01a71..73cf75cff82136bb2d385fcb5ce0ea7317426a1f 100644
--- a/docs/collocation/app.md
+++ b/docs/collocation/app.md
@@ -23,42 +23,8 @@
|onExit|监听应用退出|app-uvue-android 3.9+|
**示例代码**
-```html
-
-```
+
+
**注意**
- **应用生命周期仅可在`App.uvue`中监听,在其它页面监听无效**。
@@ -75,21 +41,21 @@
```ts
+ }
+
```
页面或组件中通过 `getApp().globalData` 访问。
```ts
```
-#### 手动引入组件的类型规范 @manual-import-component-type
+##### 手动引入组件的类型规范 @manual-import-component-type
类型为:ComponentPublicInstance
@@ -320,11 +348,7 @@ Uni`组件名(驼峰)`Element
- 目前uts组件,即封装原生ui给uni-app或uni-app x的页面中使用,类型与内置组件的 Uni`组件名(驼峰)`Element 方式相同。目前没有代码提示。
-### 组件监听页面生命周期 @component-page-lifecycle
-
-[示例](#component-lifecycle)
-
-## 组件的生命周期 @component-lifecycle
+### 组件监听应用、页面生命周期 @component-page-lifecycle
> 选项式 API 和 组件式 API 在监听页面生命周期时有所不同
>
@@ -332,6 +356,22 @@ Uni`组件名(驼峰)`Element
>
> 具体请查看 [页面生命周期](../page.md#lifecycle)
+示例 [详情]()
+
+::: preview
+
+> 选项式 API
+
+
+
+> 组合式 API
+
+
+
+:::
+
+## 组件的生命周期 @component-lifecycle
+
示例 [详情]()
::: preview
@@ -346,6 +386,8 @@ Uni`组件名(驼峰)`Element
:::
+## [全局组件](./global-api.md#app-component)
+
## props
- 支持[对象方式](https://cn.vuejs.org/guide/components/props.html#props-declaration)声明。从 4.0+ 支持字符串数组方式声明。使用字符串数组方式声明时,所有 prop 类型均为 any | null。