Vue.js v2.1.7 发布,一个构建数据驱动的 web 界面的库

jopen 7年前
   <p style="text-align: center;"><strong><img alt="" src="https://simg.open-open.com/show/1f02a7efb50dcca3bb1e01e5ef4f8d97.png" /></strong></p>    <p> </p>    <p>Vue.js(读音 /vjuː/, 类似于 view)是一个构建数据驱动的 web 界面的库。Vue.js 的目标是通过尽可能简单的 API 实现响应的数据绑定和组合的视图组件。</p>    <p>Vue.js 自身不是一个全能框架——它只聚焦于视图层。因此它非常容易学习,非常容易与其它库或已有项目整合。另一方面,在与相关工具和支持库一起使用时,Vue.js 也能完美地驱动复杂的单页应用。</p>    <p>如果你喜欢下面这些,那你一定会喜欢 Vue.js:</p>    <ul>     <li>可扩展的数据绑定机制</li>     <li>原生对象即模型</li>     <li>简洁明了的 API</li>     <li>组件化 UI 构建</li>     <li>多个轻量库搭配使用</li>    </ul>    <p style="text-align: center;"><a href="https://simg.open-open.com/show/b34b5ccc53962c052f47eb0e71aa1690.png"><img alt="" src="https://simg.open-open.com/show/b34b5ccc53962c052f47eb0e71aa1690.png" /></a></p>    <p style="text-align: center;"><strong>10 秒钟看懂 Vue.js</strong></p>    <p style="text-align: center;"><a href="https://simg.open-open.com/show/82a4e3be0ecdc5e00b7cd2322560c91b.png"><img alt="" src="https://simg.open-open.com/show/82a4e3be0ecdc5e00b7cd2322560c91b.png" /></a></p>    <h2>更新日志</h2>    <ul>     <li>Improved stateful components instantiation performance by ~30%.</li>     <li>From version 2.1.7 and up, you can directly use the CDN link <a href="/misc/goto?guid=4958997012939811827">https://unpkg.com/vue</a> for the standalone build.</li>     <li><a href="/misc/goto?guid=4958997013051900310" title="[2.1.5+]Multiple root nodes from functional component render function not allowed now?">#4472</a> fix functional component multiple root nodes regression</li>     <li><a href="/misc/goto?guid=4958997013167687729" title="SVG foreignObject not working in Vue 2.1.5">#4478</a> fix SVG foreignObject namespace regression</li>     <li><a href="/misc/goto?guid=4958997013297088435" title="node with v-show inside v-if is reused in the adjacent v-else">#4484</a> unbind v-show if no longer present during patch</li>     <li><a href="/misc/goto?guid=4958997013428538890">#4494</a> ensure <code>value</code> for <code><option></code> is always updated (<a href="/misc/goto?guid=4958994409104728120">@defcc</a> via <a href="/misc/goto?guid=4958997013600430078">#4505</a>)</li>     <li><a href="/misc/goto?guid=4958997013704137231">#4497</a> fix <code>v-for</code> behavior with string value (<a href="/misc/goto?guid=4958991489167635071">@posva</a> via <a href="/misc/goto?guid=4958997013853725043">#4499</a>)</li>     <li><a href="/misc/goto?guid=4958997013968916550" title="Timing gap between transitions">#4510</a> ensure leave transitions and enter transitions triggered by the same state change are started in the same frame</li>     <li><a href="/misc/goto?guid=4958997014079421757">#4514</a> fix <code>v-model</code> selected value update between <code></code> and <code>""</code> (<a href="/misc/goto?guid=4958994409104728120">@defcc</a> via <a href="/misc/goto?guid=4958997014205591779">#4528</a>)</li>     <li><a href="/misc/goto?guid=4958997014312729050">#4518</a> change <code>Vue.config.ignoredElements</code> default value to be consistent with docs (<a href="/misc/goto?guid=4958997014422202447">@semenyukdmitry</a> via <a href="/misc/goto?guid=4958997014312729050">#4518</a>)</li>     <li><a href="/misc/goto?guid=4958997014541274917">#4521</a> avoid checked state being overwritten before change event trigger</li>     <li><a href="/misc/goto?guid=4958997014647410386">#4529</a> support <code>v-bind</code> object syntax on scoped slots</li>     <li><a href="/misc/goto?guid=4958997014746797246">#4530</a> fix special attributes (e.g. <code>value</code>) patching error when switching between dynamic and static bindings</li>     <li><a href="/misc/goto?guid=4958997014852242545">#4533</a> fix hydration error caused by empty text nodes between <code>v-if</code> conditions</li>     <li><a href="/misc/goto?guid=4958997014946490137">#4535</a> fix node removal error when patching elements with <code>v-text</code> (<a href="/misc/goto?guid=4958994409104728120">@defcc</a> via <a href="/misc/goto?guid=4958997015061457416">#4548</a>)</li>     <li><a href="/misc/goto?guid=4958997015159767975">#4538</a> avoid casting empty string to Boolean when a prop expects both String and Boolean types (<a href="/misc/goto?guid=4958997015249211965">@fliptheweb</a> via <a href="/misc/goto?guid=4958997015354808673">#4539</a>)</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4958997015450612617" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958997015553209076" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/11dad5c3">http://www.open-open.com/news/view/11dad5c3</a></p>