Skip to content

Commit c931cc2

Browse files
dbpolitochrisvfritz
authored andcommitted
Fixing Custom Directive Doc Hash (#40)
1 parent 263d2f4 commit c931cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/vue/vue-directive.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
fix: (
1111
'Check ' + chalk.red('Vue.directive(' + name + ')') + ' to make sure its syntax has been updated and for anything beyond simple DOM manipulations, refactor to a component'
1212
),
13-
docsHash: 'Custom-Directives',
13+
docsHash: 'Custom-Directives-simplified',
1414
type: 'js'
1515
}
1616
}

0 commit comments

Comments
 (0)