Skip to content

Commit 9239393

Browse files
committed
7.0.0-beta.1
1 parent 61c62e9 commit 9239393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/rules/require-explicit-emits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default {
8686

8787
### `"allowProps": true`
8888

89-
<eslint-code-block fix :rules="{'vue/require-explicit-emits': ['error', {allowProps: true}]}">
89+
<eslint-code-block :rules="{'vue/require-explicit-emits': ['error', {allowProps: true}]}">
9090

9191
```vue
9292
<script>

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "7.0.0-beta.0",
3+
"version": "7.0.0-beta.1",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)