vue输出空格

使用v-html

因为直接写&nbdp; 是没用的

使用实例

  <span class="fa" v-html="&#12288;&#12288;pdf&#12288;'"></span>  //内容写在v-html的=里面
原文地址:https://www.cnblogs.com/qiuyehaha/p/14552027.html