Skip to content

lycHub/vue-next-libs-course

Repository files navigation

vue-next-libs-course

视频教程

vue3 + ts 实操

jsx or template ?

如果你没有特别喜欢某一种写法,那么只有一个原则:

template优先,template不好写再用jsx

因为template可读性比jsx好很多,而且ts类型提示也很不错,

尤其官方推出了vscode插件volar,能让template达到tsx一样的类型提示效果