模板文件中script、template、style存在必要性
我们都知道标准的vue文件中包含三个基本标签:模板template、模块script、样式style,那它们同时存在或缺省某个值时是什么情况呢?
- 样式style可以用内联样式替换
- script不存在、template存在相当于静态html文件
- script存在、template不存在可以通过js代码创建虚拟dom类似react写法
- script和template必须存在一个
上次更新: 2025/09/05, 8:09:00