Versions in this module Expand all Collapse all v1 v1.0.2 May 14, 2020 v1.0.1 May 14, 2020 Changes in this version + type Component struct + Props []string + Template string + func (ctx *Component) GetDataObject(vparams ...Params) js.Value + func (ctx *Component) Set(instance string) js.Value + type Params struct + Name string + Value interface{} + type Primitive struct + Created func(this js.Value) + Data map[string]interface{} + Methods map[string]js.Func + Params []Params + Watch map[string]js.Func + type Vue struct + El string + func (ctx *Vue) Start(vparams ...Params) (js.Value, error) + func (ctx *Vue) StartWait(vparams ...Params)