Component({
behaviors: [pagenationBev],
options: {multipleSlots: true},
externalClasses: [‘tag-class‘],
properties: {text:{type: String, observer: ‘onTextChange‘}},
data: {q: ‘‘},
attached() {},
methods: {}
})
原文:https://www.cnblogs.com/qq254980080/p/10741791.html