metaInfo properties title titleTemplate htmlAttrs headAttrs bodyAttrs base meta Content templates link style script Add JSON data (since v2.1) Add other raw data noscr...
Form Input Bindings Basic Usage Text Multiline text Checkbox Radio Select Value Bindings Checkbox Radio Select Options Modifiers .lazy .number .trim v-model with Comp...
Conditional Rendering v-if Conditional Groups with v-if on v-else v-else-if v-show v-if vs v-show v-if with v-for Conditional Rendering v-if The directive v-if is us...
Component Registration Component Names Name Casing With kebab-case With PascalCase Global Registration Local Registration Module Systems Local Registration in a Module System...
el el 类型 :string | Element 限制 :只在由 new 创建的实例中遵守。 详细 : 提供一个在页面上已存在的 DOM 元素作为 Vue 实例的挂载目标。可以是 CSS 选择器,也可以是一个 HTMLElement 实例。 在实例挂载之后,元素可以用 vm.$el 访问。 如果在实例化时存在这个选项,实...