{
"application": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| createApp() | - | - | - | - | - |\n| createSSRApp() | - | - | - | - | - |\n| app.mount() | - | - | - | - | - |\n| app.unmount() | - | - | - | - | - |\n| app.component() | - | - | - | - | - |\n| app.directive() | - | - | - | - | - |\n| app.use() | 5.0 | 3.99 | 10.0 | x | - |\n| app.mixin() | 5.0 | 3.99 | 10.0 | x | - |\n| app.provide() | 5.0 | 3.99 | 10.0 | x | - |\n| app.runWithContext() | - | - | - | - | - |\n| app.version | - | - | - | - | - |\n| app.config | - | - | - | - | - |\n| app.config.errorHandler | - | - | - | - | - |\n| app.config.warnHandler | - | - | - | - | - |\n| app.config.performance | - | - | - | - | - |\n| app.config.compilerOptions | - | - | - | - | - |\n| app.config.globalProperties | 5.0 | 3.99 | 10.0 | x | - |\n| app.config.optionMergeStrategies | - | - | - | - | - |",
"example": ""
},
"general": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| version | - | - | - | - | - |\n| nextTick() | - | - | - | - | - |\n| defineComponent() | - | - | - | - | - |\n| defineAsyncComponent() | - | - | - | - | - |\n| defineCustomElement() | - | - | - | - | - |",
"example": ""
},
"reactivity_core": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| ref() | 5.0 | √ | 10.0 | x | - |\n| computed() | 5.0 | x | 10.0 | x | - |\n| reactive() | 5.0 | √ | 10.0 | x | - |\n| readonly() | - | - | - | - | - |\n| watchEffect() | 5.0 | x | 10.0 | x | - |\n| watch() | 5.0 | x | 10.0 | x | - |\n| watchPostEffect() | - | - | - | - | - |\n| watchSyncEffect() | - | - | - | - | - |",
"example": ""
},
"reactivity_utilities": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| isRef() | 5.0 | x | 10.0 | x | - |\n| unref() | 5.0 | x | 10.0 | x | - |\n| isReactive() | 5.0 | x | 10.0 | x | - |\n| isReadonly() | 5.0 | x | 10.0 | x | - |\n| toRef() | - | - | - | - | - |\n| toValue() | - | - | - | - | - |\n| toRefs() | - | - | - | - | - |\n| isProxy() | - | - | - | - | - |",
"example": ""
},
"reactivity_advanced": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| shallowReactive() | 5.0 | x | 10.0 | x | - |\n| shallowRef() | 5.0 | x | 10.0 | x | - |\n| toRaw() | 5.0 | x | 10.0 | x | - |\n| triggerRef() | - | - | - | - | - |\n| customRef() | - | - | - | - | - |\n| shallowReadonly() | - | - | - | - | - |\n| markRaw() | - | - | - | - | - |\n| effectScope() | - | - | - | - | - |\n| getCurrentScope() | - | - | - | - | - |\n| onScopeDispose() | - | - | - | - | - |",
"example": ""
},
"options_state": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| data | 5.0 | √ | 10.0 | x | - |\n| props | 5.0 | √ | 10.0 | x | - |\n| computed | 5.0 | √ | 10.0 | x | - |\n| methods | 5.0 | √ | 10.0 | x | - |\n| watch | 5.0 | √ | 10.0 | x | - |\n| emits | - | - | - | - | - |\n| expose | - | - | - | - | - |",
"example": "#### 状态选项 示例\n- [选项式 API 示例](https://gitcode.net/dcloud/hello-uvue/-/tree/master//pages/state)"
},
"options_rendering": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| template | - | - | - | - | - |\n| render | - | - | - | - | - |\n| compilerOptions | - | - | - | - | - |\n| slots | - | - | - | - | - |",
"example": "#### 渲染选项 示例\n- [指令示例](https://gitcode.net/dcloud/hello-uvue/-/tree/master//pages/rendering)"
},
"options_lifecycle": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| beforeCreate | 5.0 | √ | 10.0 | x | - |\n| created | 5.0 | √ | 10.0 | x | - |\n| beforeMount | 5.0 | √ | 10.0 | x | - |\n| mounted | 5.0 | √ | 10.0 | x | - |\n| beforeUpdate | 5.0 | √ | 10.0 | x | - |\n| updated | 5.0 | √ | 10.0 | x | - |\n| beforeUnmount | 5.0 | √ | 10.0 | x | - |\n| unmounted | 5.0 | √ | 10.0 | x | - |\n| errorCaptured | - | - | - | - | - |\n| renderTracked | - | - | - | - | - |\n| renderTriggered | - | - | - | - | - |\n| activated | - | - | - | - | - |\n| deactivated | - | - | - | - | - |\n| serverPrefetch | - | - | - | - | - |",
"example": "#### 页面生命周期示例 示例 \n> [hello uvue](https://gitcode.net/dcloud/hello-uvue/-/tree/master//pages/lifecycle/page/page.uvue) \n ```html\n\r\n \r\n \r\n \r\n \r\n page lifecycle\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\n```\n#### 组件生命周期示例 示例 \n> [hello uvue](https://gitcode.net/dcloud/hello-uvue/-/tree/master//pages/lifecycle/component/component.uvue) \n ```html\n\r\n \r\n component lifecycle\r\n \r\n \r\n\r\n\r\n\r\n\n```"
},
"options_composition": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| provide | 5.0 | 3.99 | 10.0 | x | - |\n| inject | 5.0 | 3.99 | 10.0 | x | - |\n| mixins | 5.0 | 3.99 | 10.0 | x | - |\n| extends | - | - | - | - | - |",
"example": ""
},
"options_misc": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| name | 5.0 | √ | 10.0 | x | - |\n| inheritAttrs | - | - | - | - | - |\n| components | 5.0 | √ | 10.0 | x | - |\n| directives | - | - | - | - | - |",
"example": ""
},
"component_instance": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| $data | 5.0 | √ | 10.0 | x | - |\n| $props | 5.0 | √ | 10.0 | x | - |\n| $el | 5.0 | √ | 10.0 | x | - |\n| $options | - | - | - | - | - |\n| $parent | - | - | - | - | - |\n| $root | - | - | - | - | - |\n| $slots | 5.0 | √ | 10.0 | x | - |\n| $refs | 5.0 | √ | 10.0 | x | - |\n| $attrs | 5.0 | √ | 10.0 | x | - |\n| $watch() | 5.0 | √ | 10.0 | x | - |\n| $emit | 5.0 | √ | 10.0 | x | - |\n| $forceUpdate | 5.0 | √ | 10.0 | x | - |\n| $nextTick | 5.0 | √ | 10.0 | x | - |\n| $callMethod | 5.0 | √ | 10.0 | x | - |",
"example": "#### 组件实例 示例\n- [组件实例示例](https://gitcode.net/dcloud/hello-uvue/-/tree/master//pages/component-instance)"
},
"directives": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| v-text | 5.0 | √ | 10.0 | x | x |\n| v-html | 5.0 | 3.99 | 10.0 | x | x |\n| v-show | 5.0 | √ | 10.0 | x | x |\n| v-if | 5.0 | √ | 10.0 | x | x |\n| v-else | 5.0 | √ | 10.0 | x | x |\n| v-else-if | 5.0 | √ | 10.0 | x | x |\n| v-for | 5.0 | √ | 10.0 | x | x |\n| v-on | 5.0 | √ | 10.0 | x | x |\n| v-bind | 5.0 | √ | 10.0 | x | x |\n| v-model | 5.0 | √ | 10.0 | x | x |\n| v-slot | 5.0 | √ | 10.0 | x | x |\n| v-pre | 5.0 | 3.99 | 10.0 | x | x |\n| v-once | 5.0 | 3.99 | 10.0 | x | x |\n| v-memo | 5.0 | 3.99 | 10.0 | x | x |\n| v-cloak | 5.0 | x | 10.0 | x | x |",
"example": "#### 指令 示例\n- [指令示例](https://gitcode.net/dcloud/hello-uvue/-/tree/master//pages/directive)"
},
"components": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| \\ | 5.0 | x | 10.0 | x | x |\n| \\ | 5.0 | x | 10.0 | x | x |\n| \\ | 5.0 | 4.0 | 10.0 | x | 4.0 |\n| \\ | 5.0 | 4.0 | 10.0 | x | 4.0 |\n| \\ | - | - | - | - | - |",
"example": ""
},
"special_elements": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| \\ | 5.0 | 3.99 | 10.0 | x | x |\n| \\ | 5.0 | √ | 10.0 | x | x |\n| \\ | 5.0 | √ | 10.0 | x | - |",
"example": ""
},
"special_attributes": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| key | 5.0 | √ | 10.0 | x | x |\n| ref | 5.0 | √ | 10.0 | x | x |\n| is | 5.0 | 3.99 | 10.0 | x | x |",
"example": ""
},
"render_function": {
"compatibility": "| | 安卓系统版本 | 安卓 | iOS 系统版本 | iOS | web |\n| :- | :- | :- | :- | :- | :- |\n| h() | - | - | - | - | - |\n| mergeProps() | - | - | - | - | - |\n| cloneVNode() | - | - | - | - | - |\n| isVNode() | - | - | - | - | - |\n| resolveComponent() | - | - | - | - | - |\n| resolveDirective() | - | - | - | - | - |\n| withDirectives() | 5.0 | √ | 10.0 | x | - |\n| withModifiers() | - | - | - | - | - |",
"example": ""
}
}