`">
外观
禁止在 <template> 中条件语句中使用常量表达式
<template>
此规则与核心 no-constant-condition 规则相同,但它适用于 <template> 中的表达式。
此规则在 eslint-plugin-vue v7.5.0 中引入
❤️ 感谢 ESLint 核心