diff --git a/docs/vue.html b/docs/vue.html index a642598d..6eb2ebb1 100644 --- a/docs/vue.html +++ b/docs/vue.html @@ -352,7 +352,7 @@ -
:- | :- |
---|---|
createApp() | # |
createSSRApp() | # |
app.mount() | # |
app.unmount() | # |
app.provide() | # |
app.component() | # |
app.directive() | # |
app.use() | # |
app.mixin() | # |
app.version | # |
app.config | # |
app.config.errorHandler | # |
app.config.warnHandler | # |
app.config.performance | # |
app.config.compilerOptions | # |
app.config.globalProperties | # |
app.config.optionMergeStrategies | # |
:- | :- |
---|---|
createApp() | # |
createSSRApp() | # |
app.mount() | # |
app.unmount() | # |
app.provide() | # |
app.component() | # |
app.directive() | # |
app.use() | # |
app.mixin() | # |
app.version | # |
app.config | # |
app.config.errorHandler | # |
app.config.warnHandler | # |
app.config.performance | # |
app.config.compilerOptions | # |
app.config.globalProperties | # |
app.config.optionMergeStrategies | # |
:- | :- |
---|---|
onMounted() | # |
onUpdated() | # |
onUnmounted() | # |
onBeforeMount() | # |
onBeforeUpdate() | # |
onBeforeUnmount() | # |
onErrorCaptured() | # |
onRenderTracked() | # |
onRenderTriggered() | # |
onActivated() | # |
onDeactivated() | # |
onServerPrefetch() | # |
:- | :- |
---|---|
onMounted() | # |
onUpdated() | # |
onUnmounted() | # |
onBeforeMount() | # |
onBeforeUpdate() | # |
onBeforeUnmount() | # |
onErrorCaptured() | # |
onRenderTracked() | # |
onRenderTriggered() | # |
onActivated() | # |
onDeactivated() | # |
onServerPrefetch() | # |
:- | :- |
---|---|
beforeCreate | # |
created | # |
beforeMount | # |
mounted | # |
beforeUpdate | # |
updated | # |
beforeUnmount | # |
unmounted | # |
errorCaptured | # |
renderTracked | # |
renderTriggered | # |
activated | # |
deactivated | # |
serverPrefetch | # |
:- | :- |
---|---|
beforeCreate | # |
created | # |
beforeMount | # |
mounted | # |
beforeUpdate | # |
updated | # |
beforeUnmount | # |
unmounted | # |
errorCaptured | # |
renderTracked | # |
renderTriggered | # |
activated | # |
deactivated | # |
serverPrefetch | # |
:- | :- |
---|---|
基本语法 | # |
响应式 | # |
使用组件 | # |
使用自定义指令 | # |
defineProps() 和 defineEmits() | # |
defineExpose | # |
useSlots() 和 useAttrs() | # |
与普通的 <script> 一起使用 | # |
顶层 await | # |
针对 TypeScript 的功能 | # |
限制 | # |
:- | :- |
---|---|
基本语法 | # |
响应式 | # |
使用组件 | # |
使用自定义指令 | # |
defineProps() 和 defineEmits() | # |
defineExpose | # |
useSlots() 和 useAttrs() | # |
与普通的 <script> 一起使用 | # |
顶层 await | # |
针对 TypeScript 的功能 | # |
限制 | # |
:- | :- |
---|---|
renderToString() | # |
renderToNodeStream() | # |
pipeToNodeWritable() | # |
renderToWebStream() | # |
pipeToWebWritable() | # |
renderToSimpleStream() | # |
useSSRContext() | # |
:- | :- |
---|---|
renderToString() | # |
renderToNodeStream() | # |
pipeToNodeWritable() | # |
renderToWebStream() | # |
pipeToWebWritable() | # |
renderToSimpleStream() | # |
useSSRContext() | # |