


Below I will share with you an article that solves the problem of the original code flashing on the page when using Vue.js to display data. It has a good reference value and I hope it will be helpful to everyone.
I started learning how to use Vue.js today, but I found a problem during the learning process, that is, when the page loads data, the original code will flash. Check the information from all parties and find the final solution.
The first step is to add a piece of css code
<style type="text/css"> [v-cloak] { display: none; } </style>
The second step is to reference the css module on the view
<p id="app" v-cloak> <h1 id="message">{{message}}</h1> <h1 id="name">{{name}}</h1> </p>
Note that some articles say to add v-cloak in the specific data part, but this is too troublesome. Every data display must be added, so load it directly. On the large view module, the problem can be solved.
The third step, the js part has not changed
<script type="text/javascript"> var exeData = { message : "Hello World", name:"我是Vue" }; new Vue({ el : "#app", data : exeData }) </script>
Paste the complete code below :
Vue.js Demo <style type="text/css"> [v-cloak] { display: none; } </style>
{{message}}
{{name}}
The above is what I compiled for everyone. I hope it will be helpful to everyone in the future.
Related articles:
Solve the problem that hot deployment cannot detect file changes in Webpack
Hot occurs in Webpack dev server Loading failure problem
Implementing remote access configuration method in webpack-dev-server
The above is the detailed content of How to solve the problem that when Vue.js displays data, the page flashes. For more information, please follow other related articles on the PHP Chinese website!

VueUse 是 Anthony Fu 的一个开源项目,它为 Vue 开发人员提供了大量适用于 Vue 2 和 Vue 3 的基本 Composition API 实用程序函数。本篇文章就来给大家分享几个我常用的几个 VueUse 最佳组合,希望对大家有所帮助!

Vue3如何更好地使用qrcodejs生成二维码并添加文字描述?下面本篇文章给大家介绍一下Vue3+qrcodejs生成二维码并添加文字描述,希望对大家有所帮助。

本篇文章给大家整理分享8个GitHub上很棒的的 Vue 项目,都是非常棒的项目,希望当中有您想要收藏的那一个。

如何使用VueRouter4.x?下面本篇文章就来给大家分享快速上手教程,介绍一下10分钟快速上手VueRouter4.x的方法,希望对大家有所帮助!

本篇文章带大家聊聊vue指令中的修饰符,对比一下vue中的指令修饰符和dom事件中的event对象,介绍一下常用的事件修饰符,希望对大家有所帮助!

如何覆盖组件库样式?下面本篇文章给大家介绍一下React和Vue项目中优雅地覆盖组件库样式的方法,希望对大家有所帮助!


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

WebStorm Mac version
Useful JavaScript development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
