【常用代码13】给v-for循环出来的span标签加一个顿号、 最后一个不显示

span:not(:last-child)::after {
        content: "、";
}

before也是同理

你可能感兴趣的:(各种常用但是容易忘记代码,前端,vue.js)