Skip to content

wevu / index / VNodeProps

类型别名: VNodeProps

VNodeProps = object

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1191

属性

key?

optional key: PropertyKey

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1192


onVnodeBeforeMount?

optional onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1196


onVnodeBeforeUnmount?

optional onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1200


onVnodeBeforeUpdate?

optional onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1198


onVnodeMounted?

optional onVnodeMounted: VNodeMountHook | VNodeMountHook[]

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1197


onVnodeUnmounted?

optional onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1201


onVnodeUpdated?

optional onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1199


ref?

optional ref: VNodeRef

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1193


ref_for?

optional ref_for: boolean

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1194


ref_key?

optional ref_key: string

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1195

Released under the MIT License.