We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539b34b commit 1dc567bCopy full SHA for 1dc567b
lib/rules/no-invalid-v-bind.js
@@ -15,7 +15,7 @@ const utils = require('../utils')
15
// Helpers
16
// ------------------------------------------------------------------------------
17
18
-const VALID_MODIFIERS = new Set(['prop', 'camel'])
+const VALID_MODIFIERS = new Set(['prop', 'camel', 'sync'])
19
20
/**
21
* Creates AST event handlers for no-invalid-v-bind.
0 commit comments