`">
外观
禁止在 <template> 中不必要地连接字面量或模板字面量。
<template>
此规则与核心 no-useless-concat 规则相同,但它适用于 <template> 中的表达式。
此规则是在 eslint-plugin-vue v7.0.0 中引入的。
❤️ 感谢 ESLint 核心