`">
外观
在 <template> 中要求使用模板字面量而不是字符串连接。
<template>
--fix
此规则与核心 prefer-template 规则相同,但它适用于 <template> 中的表达式。
此规则是在 eslint-plugin-vue v7.0.0 中引入的。
来自 ESLint 核心 ❤️