setup函数
setup用于定义变量和方法
ref用于声明简单数据类型,如:String Number Boolean
reactive用来声明复杂数据类型,如:Array Objec
是使用Composition API的入口
Comp
2020-12-30