自定义组件 各项

Component({
    behaviors: [pagenationBev],
    options: {multipleSlots: true},
    externalClasses: ['tag-class'],
    properties: {text:{type: String, value: '', observer: 'onTextChange'}},
    data: {q: ''},
    attached() {},
    methods: {}
})

 

posted @ 2019-04-20 17:38  254980080  阅读(167)  评论(0编辑  收藏  举报