v-model 语法糖是否能简洁为 1 个字符 #661
Closed
natholdallas
started this conversation in
General
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我知道v-model本质是一个语法糖,emit 和 props 的再次封装, 虽然很优雅,但我在 dom 中使用的时候, 如果 v-model 多了起来, dom很容易换行, 请问以后会支持 v-model 可以简洁为 1个字符吗? 比如 $, % ^ &, 任何字符都可以只要符合语义(抽象化也可以)
Beta Was this translation helpful? Give feedback.
All reactions