uim.vue.base.instance

Undocumented in source.

Members

Classes

DVUEInstance
class DVUEInstance

A Vue instance is essentially a ViewModel as defined in the MVVM pattern, hence the variable name vm you will see throughout the docs. When you instantiate a Vue instance, you need to pass in an options object which can contain options for data, template, element to mount on, methods, lifecycle callbacks and more.

Functions

VUEInstance
auto VUEInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
VUEInstance
auto VUEInstance(string aName)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta