This website requires JavaScript.
Explore
Help
Sign In
root
/
vue2
mirror of
https://github.com/vuejs/vue.git
Watch
1
Star
0
Fork
You've already forked vue2
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1b49c75e2a
vue2
/
scripts
/
feature-flags.js
5 lines
76 B
JavaScript
Raw
Normal View
History
Unescape
Escape
build: introduce feature flags, hide new slot syntax behind flag
2019-01-16 05:22:06 +08:00
module
.
exports
=
{
feat: move v-bind.prop shorthand behind flag
2019-02-02 23:49:01 +08:00
NEW
_SLOT
_SYNTAX
:
true
,
VBIND
_PROP
_SHORTHAND
:
false
build: introduce feature flags, hide new slot syntax behind flag
2019-01-16 05:22:06 +08:00
}