Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(compiler): update weex recycle-list compiler #7610

Merged
merged 2 commits into from
Mar 5, 2018

Conversation

Hanks10100
Copy link
Contributor

What kind of change does this PR introduce?

  • Feature
  • Refactor

Does this PR introduce a breaking change?

  • No

Other information:

  • Support to compile v-once and add a test case.
  • Generate @templateId on the root element of each component.
  • Add binding-expression attribute on <recycle-list>.
  • Fix the compile result of v-else-if and v-else.

+ Support v-once
+ Generate @templateid on the root element of each component
+ Add binding-expression attribute on recycle-list
+ Fix the compile result of v-else-if and v-else
@Hanks10100 Hanks10100 added the weex label Feb 6, 2018
@yyx990803 yyx990803 merged commit d6200d7 into vuejs:dev Mar 5, 2018
f2009 pushed a commit to f2009/vue that referenced this pull request Jan 25, 2019
+ Support v-once
+ Generate @templateid on the root element of each component
+ Add binding-expression attribute on recycle-list
+ Fix the compile result of v-else-if and v-else
aJean pushed a commit to aJean/vue that referenced this pull request Aug 19, 2020
+ Support v-once
+ Generate @templateid on the root element of each component
+ Add binding-expression attribute on recycle-list
+ Fix the compile result of v-else-if and v-else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants