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

Appearance settings

Commit 1b63454

Browse filesBrowse files
committed
10.1.0
1 parent f8d0757 commit 1b63454
Copy full SHA for 1b63454

File tree

2 files changed

+6
-3
lines changed
Filter options

2 files changed

+6
-3
lines changed

‎docs/rules/define-props-destructuring.md

Copy file name to clipboardExpand all lines: docs/rules/define-props-destructuring.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/define-props-destructuring
55
description: enforce consistent style for props destructuring
6+
since: v10.1.0
67
---
78

89
# vue/define-props-destructuring
910

1011
> enforce consistent style for props destructuring
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> _**This rule has not been released yet.**_ </badge>
13-
1413
## :book: Rule Details
1514

1615
This rule enforces a consistent style for handling Vue 3 Composition API props, allowing you to choose between requiring destructuring or prohibiting it.
@@ -89,6 +88,10 @@ The rule applies to both JavaScript and TypeScript props:
8988

9089
- [Reactive Props Destructure](https://vuejs.org/guide/components/props.html#reactive-props-destructure)
9190

91+
## :rocket: Version
92+
93+
This rule was introduced in eslint-plugin-vue v10.1.0
94+
9295
## :mag: Implementation
9396

9497
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/define-props-destructuring.js)

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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": "10.0.1",
3+
"version": "10.1.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.