Vue.js 0.12.8 发布,轻量级 JavaScript 库
Strict mode: When Vue.config.strict is set to true,asset lookup will be limited to the current component only. This means acomponent will only inherit assets from the inheritance chain (via Vue.extend), but not from their parents in the view hierarchy. When strict mode is enabled, assets should be either registered globally, or explicitly depended on by the component that needs them. When enforced, it could result in better encapsulated components in larger projects.
页:
[1]