棋子(chess)

export default {
    name:'ngtext',
    type:'chess',
    tagname: 'span',
    subtagname: null,
    position: 1,
    attrdata: {
        props: {type:'warn'},
        style: {
            width:'100%'
        },
        class: {}
    },
    text:'$',
}

name:棋子名
type:类型,默认chess
tagname:标签名,需结合vux
subtagname:子标签名,需结合vux
attrdata:属性集合
props:需结合vux
style:样式
class:自配样式,格式为'classname':true
text:动态标识

你可能感兴趣的:(棋)