vue3-club/vue3-docs

Comments on the Typescript page

rayadaschn opened this issue · 0 comments

关于泛型一节中的类型约束是否写错了?
ts中,字面量类型开头字母应为小写;而通过new实例化出来的数据,开头为大写?
即不应为 String 而是 string ?