Skip to content

Commit 157eff9

Browse files
committed
(chore) Update rule url
1 parent 1a31fe8 commit 157eff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/rules/no-use-v-if-with-v-for.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
docs: {
5353
description: 'disallow use v-if on the same element as v-for',
5454
category: undefined,
55-
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v4.3.0/docs/rules/no-use-v-if-with-v-for.md'
55+
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v4.5.0/docs/rules/no-use-v-if-with-v-for.md'
5656
},
5757
fixable: null,
5858
schema: [{

0 commit comments

Comments
 (0)