Home  >  Article  >  Web Front-end  >  Vue v2.0.0-alpha.3 发布_html/css_WEB-ITnose

Vue v2.0.0-alpha.3 发布_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 08:45:59943browse

Vue v2.0.0-alpha.3 发布了,以下是该版本值得关注的内容:

  • When used with vue-loader or vueify for the scoped CSS feature, content inserted via will be affected by scoped styles in both the parent and the child , similar to the root element of the child component. This allows the child component to apply scoped styles to inserted content, although this also means the child component needs to be more careful about its selectors.

  • Improved template error detection (fixed a number of false alarms)

  • Properly HTML-encode text in server-side rendering.

  • Properly support scoped CSS attributes in server-side rendering.

下载地址:

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn