标签:v-html

v-html

#v-html

📚 共 10 篇文章 🏷️ 标签分类 📝 v-html
v-html

Vue指令指令大全

1.v-textv-text主要用来更新textContent,可以等同于JS的text属性。<spanv-text="msg"></span>这