# component

前言

vue 中api component 在typescript中的用法

# 1.component类型定义

const data = component<string>(()=> info.name)
1