`">
外观
禁止在 <template> 中使用在精度方面有损失的字面量数字
<template>
此规则与核心 no-loss-of-precision 规则相同,但它适用于 <template> 中的表达式。
警告
您必须使用 ESLint v7.1.0 或更高版本才能使用此规则。
此规则在 eslint-plugin-vue v8.0.0 中引入
来自 ESLint 核心 ❤️