vue/scripts/feature-flags.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
76 B
JavaScript
Raw Normal View History

module.exports = {
NEW_SLOT_SYNTAX: true,
VBIND_PROP_SHORTHAND: false
}