Vue基础写法笔记

174 阅读1分钟
  • data() { return {} }
  • methods: {}
  • computed: {}
  • watch: {}

vue基础写法.png