vue options

el: String | HTMLElement

data: Object | function (组件只能使用function)

methods: {}

还可以有一些生命周期中的钩子函数

beforeCreate: function() {}

created: function() {}

mounted: function() {}

undated: function() {}

destroyed: function() {}

 

posted @ 2022-11-21 14:33  n9c9  阅读(20)  评论(0)    收藏  举报