vue project. The code written in the template of the .vue file needs to be parsed with the help of the webpack template parser plug-in. When a single .html file introduces a vue file, the vue file also introduces the template parser (the disadvantage is that it is large in size). Therefore, when we use engineering development projects, we need to introduce vue-template-compile in the package.json file for template parsing. If there is no template parser, it cannot be parsed, but vue-template-compile can only parse templates in .vue files, and cannot parse templates in .js files: So when we write this, it won't work. Why can't it be parsed? Because the vue file introduced by the main.js file does not have a template parser vue.runtime.common.js is a .vue file without a template parser, and vue.js is a vue file with a template parser If we import the vue.js file with the template parser in main.js, we can parse the template Why is the vue.js file without template parser imported by default? Solution,Use the official render function. He can call the introduced vue-template-compile through the h function, that is, the ninth line of code is equivalent to the eleventh and twelfth lines plus the loader template parser. Summarize: This article ends here. I hope it can be helpful to you. I also hope that you can pay more attention to more content on 123WORDPRESS.COM! You may also be interested in:
|
<<: Implementation of remote Linux development using vscode
>>: MySQL derived table (Derived Table) simple usage example analysis
This article example shares the specific code of ...
Developers familiar with Element-UI may have had ...
Using cutecom for serial communication in Ubuntu ...
<body> <div id="root"> <...
Database modification or deletion operations may ...
All-round system monitoring tool dstat dstat is a...
Website administrators often accidentally delete ...
Table of contents Overview Performance.now Consol...
In the previous chapters, we have learned how to ...
Do you add an alt attribute to the img image tag? ...
mysql-5.7.20-winx64.zipInstallation package witho...
When doing DIV+CSS layout of the page, it is very...
Table of contents introduction Cookie What are Co...
Several typical values of innodb_flush_method f...
<br />When inserting music into a web page, ...