Vue2 模板template的四种写法总结

前端之家收集整理的这篇文章主要介绍了Vue2 模板template的四种写法总结前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

如下所示:

我是直接写在构造器里的模板1

<template id="demo3">
<h1 style="color:red">我是选项模板3

<script type="x-template" id="demo4">
<h1 style="color:red">我是script标签模板4

推荐第4种。

以上这篇Vue2 模板template的四种写法总结就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持编程之家。

原文链接:https://www.f2er.com/vue/33601.html

猜你在找的Vue相关文章