Appearance
禁止在<template>中出现解析错误
<template>
这条规则用于报告<template>中的语法错误,例如指令中的脚本语法错误、插值中的脚本语法错误、HTML语法错误等。
修复<template>中的语法错误。
<template> {{ . }} </template>
<template> {{ foo }} </template>