Vux v2.0.0-rc.5 發布,基于Vue和WeUI的組件庫
Vux 基于Vue
和WeUI
的組件庫。
Vux的目標是:
- 盡量滿足手機端頁面大部分組件需求。
- 盡量保持小體積(甚至不依賴
Zepto
)。 - 盡量簡潔優雅。
更新日志
-
Custom directives now get a new hook:
inserted
, which will be called when the bound element has been inserted into its parent node. (Note this only guarantees parent node presence but not in-document) -
SSR hydration now allows the client to hydrate a server-rendered node when it has no children. (Previously it would throw an error and bail out with a full re-render) This allows the server to render a static "app shell" and let the client pick it up.
- Reverted custom directive
bind
call timing due to it leading to incorrectv-show
property switch timing during initial render. - #3556 fix v-on patching for cloned slot nodes
- #3559 remove unnecessary appear check in
v-show
- #3595 fix incorrect duplicate slot warning when they are under
v-if
/v-else
- #3611 fix
v-for
patching error by keying nested children by default
下載
本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/10ac1bde
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!