class VueElement
Constructors
(constructor)(_def, _props, hydrate)
Constructs a new instance of the VueElement class
| Name | Type | Description |
|---|---|---|
|
|
|
|
|
|
|
|
Signature
constructor(_def: InnerComponentDef, _props?: Record<string, any>, hydrate?: RootHydrateFunction);