When Vue. js is used to display data, the original code is flashed on the page, and vue. js is flashed.

Source: Internet
Author: User

When Vue. js is used to display data, the original code is flashed on the page, and vue. js is flashed.

I started to learn how to use Vue. js today, but I found a problem during the learning process, that is, when loading data on the page, the original code will flash. Visit all parties for final solutions.

Step 1: Add a piece of css code

<style type="text/css">   [v-cloak] {     display: none;   } </style> 

Step 2: reference the css module on The view

<div id="app" v-cloak>   

Note: In some articles, adding a v-cloak to the specific data section is too troublesome, and each data display must be added. Therefore, you can directly load the view module, the problem can be solved.

Step 3: The js part remains unchanged

<Script type = "text/javascript"> var exeData = {message: "Hello World", name: "I am Vue"}; new Vue ({el: "# app", data: exeData}) </script>

The complete code is shown below:

<! DOCTYPE html> 

The above solution uses Vue. when js displays data, the problem of the original code flashing on the page is all the content shared by xiaobian. I hope to give you a reference, and I hope you can provide more support to the customer's house.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.