Skip to content

Commit 1dc567b

Browse files
Guillaume Chaumichalsnik
Guillaume Chau
authored andcommitted
Add sync modifier to v-bind (#28)
1 parent 539b34b commit 1dc567b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/rules/no-invalid-v-bind.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const utils = require('../utils')
1515
// Helpers
1616
// ------------------------------------------------------------------------------
1717

18-
const VALID_MODIFIERS = new Set(['prop', 'camel'])
18+
const VALID_MODIFIERS = new Set(['prop', 'camel', 'sync'])
1919

2020
/**
2121
* Creates AST event handlers for no-invalid-v-bind.

0 commit comments

Comments
 (0)