Vue Barcode put to created error: No element to render on

Source: Internet
Author: User

var Jsbarcode = require (' Jsbarcode ')
Created () {Jsbarcode ("#barcode", "0000223232", {format: "CODE128", Displayvalue:1, Fontsize:24, LineColor: "#000", he ight:66, TextAlign: "Center"})
}

This problem occurs because:

Created: Called before the template renders to HTML, which is typically initialized with some property values and then rendered into a view. Mounted: Called after the template is rendered HTML, usually after the initialization page is complete, and then the HTML DOM node to do some of the necessary operations.

Workaround: Load the QR code method into the mouted

Mounted () {Jsbarcode ("#barcode", "0000223232", {format: "CODE128", Displayvalue:1, Fontsize:24, LineColor: "#000", Hei ght:66, TextAlign: "Center"})
}

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.