TypeScript学习笔记
基础知识
基础知识
一.基础功能
二.项目配置
三.react配置
项目配置
项目配置
一.vue
二.react
查看源码
(opens new window)
#
ref
前言
vue 中相关api在typescript中的用法
#
1.定义为空时不报错
const
data
=
ref
<
TsType
>
(
{
}
as
TsType
)
1
←
全局模块
props
→