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

feat(weex): WIP implement virtual component #7165

Merged

Conversation

Hanks10100
Copy link
Contributor

What kind of change does this PR introduce?

  • Feature

Does this PR introduce a breaking change?

  • No

Other information:

Partially implement the virtual component for <recycle-list>.

https://github.com/Hanks10100/weex-native-directive/tree/master/component

@Hanks10100 Hanks10100 added the weex label Dec 1, 2017
@yyx990803 yyx990803 merged commit d8aee55 into vuejs:weex-native-directive Dec 4, 2017
props: ['message'],
data () {
return {
output: this.message | ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.message || ''?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's my fault! I will fix it later. Maybe you can also send a PR to fix it. 😄

yyx990803 pushed a commit that referenced this pull request Dec 20, 2017
* fix(weex): default value for editor, fix #7165

/cc Hanks10100

* fix(weex): recycle-list test
lovelope pushed a commit to lovelope/vue that referenced this pull request Feb 1, 2018
lovelope pushed a commit to lovelope/vue that referenced this pull request Feb 1, 2018
* fix(weex): default value for editor, fix vuejs#7165

/cc Hanks10100

* fix(weex): recycle-list test
f2009 pushed a commit to f2009/vue that referenced this pull request Jan 25, 2019
f2009 pushed a commit to f2009/vue that referenced this pull request Jan 25, 2019
* fix(weex): default value for editor, fix vuejs#7165

/cc Hanks10100

* fix(weex): recycle-list test
aJean pushed a commit to aJean/vue that referenced this pull request Aug 19, 2020
aJean pushed a commit to aJean/vue that referenced this pull request Aug 19, 2020
* fix(weex): default value for editor, fix vuejs#7165

/cc Hanks10100

* fix(weex): recycle-list test
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

3 participants