ui/b/envue.js file

Component class

class Component

Component base class for wrapping Vue components.Let this.$vm point to the Vue component, and $vm.$object point to this.

new Component (vm)
Let this.$vm point to the Vue component, and $vm.$object point to this.
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.

Functions

forward_access (vm, classinstance, ignores)
Forward all accesses to fields on vm to access fields on classinstance.
vue_export_from_class (Class, vue_object)
Create a Vue options API object that proxies access to a newly created Class instance.