Appearance
vue/no-console
在
<template>
中禁止使用console
- 💡 此规则报告的某些问题可由编辑器 suggestions 手动修复。
📖 规则详情
此规则与核心 no-console 规则相同,但适用于 <template>
中的表达式。
¥This rule is the same rule as core no-console rule but it applies to the expressions in <template>
.
📚扩展阅读
¥📚 Further Reading
🚀版本
¥🚀 Version
此规则在 eslint-plugin-vue v9.15.0 中引入
¥This rule was introduced in eslint-plugin-vue v9.15.0
🔍代码实现
¥🔍 Implementation
使用 ❤️ 来自 ESLint 核心
¥Taken with ❤️ from ESLint core