Skip to content

wevu / compiler / WE_VU_RUNTIME_APIS

变量: WE_VU_RUNTIME_APIS

const WE_VU_RUNTIME_APIS: object

定义于: packages/wevu/src/compiler/index.ts:19

类型声明

createApp

readonly createApp: "createApp" = 'createApp'

createWevuComponent

readonly createWevuComponent: "createWevuComponent" = 'createWevuComponent'

createWevuScopedSlotComponent

readonly createWevuScopedSlotComponent: "createWevuScopedSlotComponent" = 'createWevuScopedSlotComponent'

defineComponent

readonly defineComponent: "defineComponent" = 'defineComponent'

setWevuDefaults

readonly setWevuDefaults: "setWevuDefaults" = 'setWevuDefaults'

Released under the MIT License.