Class Vue::ExtendedInstance
An instance of an extended Vue, for example instance
of var Ext = Vue.extend({...}); var instance = new Ext({...})
.
Import path
import javascript
Direct supertypes
Indirect supertypes
Predicates
getOption | Gets the node for option |
getOwnOptionsObject | Gets the options passed to the Vue object, such as the object literal |
getTemplateElement | Gets the template element used by this instance, if any. |
hasLocationInfo | Holds if this element is at the specified location. The location spans column |
toString | Gets a textual representation of this element. |
Inherited predicates
getABoundFunction | Gets a node for a function that will be invoked with | from Instance |
getAPropertyValue | Gets a node for the value for property | from Instance |
getAsClassComponent | Gets the class component implementing this Vue instance, if any. | from Instance |
getComputed | Gets the node for the | from Instance |
getData | Gets the node for the | from Instance |
getMethods | Gets the node for the | from Instance |
getOwnOption | Gets the node for option | from Instance |
getRender | Gets the node for the | from Instance |
getTemplate | Gets the node for the | from Instance |