Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ac73565

Browse files
9.21.0
1 parent 2dc7889 commit ac73565

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

‎docs/rules/no-restricted-v-on.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/no-restricted-v-on
55
description: disallow specific argument in `v-on`
6+
since: v9.21.0
67
---
78
# vue/no-restricted-v-on
89

910
> disallow specific argument in `v-on`
1011
11-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
12-
1312
## :book: Rule Details
1413

1514
This rule allows you to specify `v-on` argument names that you don't want to use in your application.
@@ -105,6 +104,10 @@ The following properties can be specified for the object.
105104
[vue/no-restricted-static-attribute]: ./no-restricted-static-attribute.md
106105
[vue/no-restricted-v-bind]: ./no-restricted-v-bind.md
107106

107+
## :rocket: Version
108+
109+
This rule was introduced in eslint-plugin-vue v9.21.0
110+
108111
## :mag: Implementation
109112

110113
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-restricted-v-on.js)

‎docs/rules/require-explicit-slots.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/require-explicit-slots
55
description: require slots to be explicitly defined
6+
since: v9.21.0
67
---
78
# vue/require-explicit-slots
89

910
> require slots to be explicitly defined
1011
11-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
12-
1312
## :book: Rule Details
1413

1514
This rule enforces all slots used in the template to be defined once either in the `script setup` block with the [`defineSlots`](https://vuejs.org/api/sfc-script-setup.html) macro, or with the [`slots property`](https://vuejs.org/api/options-rendering.html#slots) in the Options API.
@@ -66,6 +65,10 @@ defineComponent({
6665

6766
Nothing.
6867

68+
## :rocket: Version
69+
70+
This rule was introduced in eslint-plugin-vue v9.21.0
71+
6972
## :mag: Implementation
7073

7174
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/require-explicit-slots.js)

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "9.20.1",
3+
"version": "9.21.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /