Skip to content

Commit

Permalink
7.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Aug 27, 2021
1 parent c86cc88 commit f8aa689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/rules/no-v-text.md
Expand Up @@ -3,13 +3,12 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/no-v-text
description: disallow use of v-text
since: v7.17.0
---
# vue/no-v-text

> disallow use of v-text
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

## :book: Rule Details

This rule reports all uses of `v-text` directive.
Expand All @@ -32,6 +31,10 @@ This rule reports all uses of `v-text` directive.

Nothing.

## :rocket: Version

This rule was introduced in eslint-plugin-vue v7.17.0

## :mag: Implementation

- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-v-text.js)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue",
"version": "7.16.0",
"version": "7.17.0",
"description": "Official ESLint plugin for Vue.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit f8aa689

Please sign in to comment.