vue实现带圆圈的数字, 序号①

布局

方法

methods :{
    indexIcon(index){
        return `&#${9312 + index};`
    }
}

你可能感兴趣的:(vue实现带圆圈的数字, 序号①)