Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有带有数据插槽的 vue.js 组件。我的问题是在完全创建组件之前显示数据。在组件初始化之前,我们有创建组件后的文本,它将被插入到组件槽中。我不想在初始化组件之前显示这些。这有任何组件配置吗?
v-cloak你总是可以为此使用 v-cloak,例如
v-cloak
<h1 v-cloak>my text<h1>