-
Notifications
You must be signed in to change notification settings - Fork 14
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
Manage style sheets in native render engines #14
Comments
To achieve it, the scoped style sheets should be sent to native render engines before render. And the front-end frameworks no longer calculate the css rules referenced in class list. ImplementationsAll the following packages should be adjusted:
|
Hanks10100/weex-native-directive#14 No longer manage stylesheets and class names in vue and weex-js-runtime.
No longer manage style sheets and class list in vue and weex-js-runtime. Refer to Hanks10100/weex-native-directive#14
…7530) No longer manage style sheets and class list in vue and weex-js-runtime. Refer to Hanks10100/weex-native-directive#14
Hanks10100/weex-native-directive#14 No longer manage stylesheets and class names in vue and weex-js-runtime.
…uejs#7530) No longer manage style sheets and class list in vue and weex-js-runtime. Refer to Hanks10100/weex-native-directive#14
…uejs#7530) No longer manage style sheets and class list in vue and weex-js-runtime. Refer to Hanks10100/weex-native-directive#14
Will be compiled to:
Currently, class names and the stylesheet are managed in front-end frameworks and
weex-js-runtime
. However, in this case, the result ofbox.classList
couldn't be got in front-end frameworks.The stylesheet should be managed in native render engines.
The text was updated successfully, but these errors were encountered: