PHP8.1.21版本已发布
vue8.1.21版本已发布
jquery8.1.21版本已发布

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

原创
2016-06-21 08:45:59 720浏览

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.

下载地址:

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。