@if-lowo/runtime-vue
v1.0.0
Published
`@if-lowo/runtime-vue` 把 `@if-lowo/runtime` 解析出的通用运行时树映射成 Vue 组件树。
Readme
@if-lowo/runtime-vue
@if-lowo/runtime-vue 把 @if-lowo/runtime 解析出的通用运行时树映射成 Vue 组件树。
当前职责
componentKey -> Vue component渲染适配- 协议节点到 Vue style / props / slots / events 映射
- 开箱即用的
LowoRuntimeRenderer
主要导出
createVueRenderer()LowoRuntimeRenderer
适用场景
- 在 Vue 项目中渲染
LowoDocument - 结合 registry + dataScope + actionExecutor 构建业务运行时
依赖
@if-lowo/runtime@if-lowo/schemavue
当前状态
- 阶段:
runtime alpha准备中 - 说明:已具备基础运行时渲染能力,后续将继续补测试与接入文档
