-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
I don't like mustache bindings. I think they are noisy and hurt readability. I have managed to avoid them in my Vue app except for one place. That is where the component can be dynamically bound.
<div id='page-comp' v-component='{{curPage}}' keepAlive>
Is there any logical way to remove the need for this? I would only suggest this if the change made things more orthogonal/consistent overall.
Maybe an argument, like ...
<div id='page-comp' v-component='select: curPage' keepAlive>
Metadata
Metadata
Assignees
Labels
No labels