Vue组件的书写顺序

491 阅读1分钟

1 -name

2 -components

3 -props

4 -data

5 -created

6 -mounted

7 -methods

8 -filter

9 -computed

10 -watch