vue.js 在加载的时候会出现闪现代码的情况

css中加入:

[v-cloak] {
   display: none;
}

html页面:

<div v-cloak>
   {{ message }}
</div>
Logo

前往低代码交流专区

更多推荐