Vue组建基本结构

快乐的汤圆酱 / 2023-05-16 / 原文

1、template:模板,基本HTML
2、script:脚本
  data:数据
  methods:方法
3、style:样式