file
envue.jsComponent class
- class Component
-
Component base class for wrapping Vue components.Let
this.$vm
point to the Vue component, and$vm.$object
point tothis
.- new
Component
(
vm)
-
Let
this.$vm
point to the Vue component, and$vm.$object
point tothis
. update
()
- Force a Vue component update.
observable_from_getters
(
tmpl)
- Wrapper for Util.observable_from_getters().
$watch
(
args)
- Wrapper for Vue.$watch
vue_export
(
vue_object)
[static]
- Create a Vue options API object from vue_object for SFC exports.
- new
Functions
forward_access
(
vm, classinstance, ignores)
-
Forward all accesses to fields on
vm
to access fields onclassinstance
. vue_export_from_class
(
Class, vue_object)
-
Create a Vue options API object that proxies access to a newly created
Class
instance.