Vue2 模板template的四种写法总结

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

如下所示:

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

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

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

猜你在找的Vue相关文章