You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/rules/no-implicit-coercion.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/no-implicit-coercion
5
5
description: Disallow shorthand type conversions in `<template>`
6
+
since: v9.33.0
6
7
---
7
8
8
9
# vue/no-implicit-coercion
9
10
10
11
> Disallow shorthand type conversions in `<template>`
11
12
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> _**This rule has not been released yet.**_ </badge>
13
13
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule.
14
14
15
15
This rule is the same rule as core [no-implicit-coercion] rule but it applies to the expressions in `<template>`.
@@ -20,6 +20,10 @@ This rule is the same rule as core [no-implicit-coercion] rule but it applies to
0 commit comments