Skip to content

feat(weex): support sending style sheets and class list to native #7530

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

Merged
merged 1 commit into from
Mar 5, 2018

Conversation

Hanks10100
Copy link
Contributor

What kind of change does this PR introduce?

  • Feature

Does this PR introduce a breaking change?

  • No

Other information:

No longer manage style sheets and class list in vue and weex-js-runtime.

The key modifications are:

  1. Add @styleScope attribute on each element which value equals the scopeId.
  2. No longer parse styles from class list, just set class attribute directly.
  3. Update related test cases.

Refer to Hanks10100/weex-native-directive#14

No longer manage style sheets and class list in vue and weex-js-runtime.

Refer to Hanks10100/weex-native-directive#14
@yyx990803 yyx990803 merged commit 990374b into vuejs:dev Mar 5, 2018
f2009 pushed a commit to f2009/vue that referenced this pull request Jan 25, 2019
…uejs#7530)

No longer manage style sheets and class list in vue and weex-js-runtime.

Refer to Hanks10100/weex-native-directive#14
aJean pushed a commit to aJean/vue that referenced this pull request Aug 19, 2020
…uejs#7530)

No longer manage style sheets and class list in vue and weex-js-runtime.

Refer to Hanks10100/weex-native-directive#14
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.

2 participants