`">
跳至内容

vue/prefer-template

<template> 中要求使用模板字面量而不是字符串连接。

  • 🔧 命令行 上的 --fix 选项可以自动修复此规则报告的一些问题。

此规则与核心 prefer-template 规则相同,但它适用于 <template> 中的表达式。

📚 进一步阅读

🚀 版本

此规则是在 eslint-plugin-vue v7.0.0 中引入的。

🔍 实现

来自 ESLint 核心 ❤️