自定义组件 各项

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