Vue Tutorial: Lightweight JavaScript Framework

Source: Internet
Author: User

Vue V2.0.0-rc.5 Released, Vue.js is the JavaScript library that builds the Web interface (Basic tutorial qkxue.net), provides data-driven components, and a simple and flexible API that makes MVVM simpler.

This release has some new features:

Custom directives now get a new hook:inserted, which'll be is called when the bound element have been inserted into its par ENT node. (Note This is only guarantees parent node presence and 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.
BUG Fixes:

Reverted custom directive bind call timing due to it leading to incorrect V-show property switch timing during initial ren Der.
#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 is under V-if/v-else
#3611 fix v-for patching error by keying nested children by default

Vue Tutorial: Lightweight JavaScript Framework

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.