书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 64625 个相关结果.
  • 自定义元素实现接口

    自定义元素实现接口 实例 / 属性 element 实例 / 方法 addEventAction static 方法 observedAttributes 生命周期钩子 constructor connectedCallback disconnectedCallback firstInviewCallback attributeChang...
  • metaInfo properties

    1544 2019-08-04 《Vue Meta Document》
    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...
  • Chips / Tags

    Chip Vue Component Chip Components Chip Properties Chip Events Chip Slots Examples Chip Vue Component Chip Components Chip Properties Chip Events Chip Slots Example...
  • Form Input Bindings

    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...
  • 内置过渡动画

    内置过渡动画 fade 淡入淡出 zoom 缩放 collapse 展开折叠 按需引入 内置过渡动画 Element 内应用在部分组件的过渡动画,你也可以直接使用。在使用之前请阅读 transition 组件文档 。 fade 淡入淡出 提供 el-fade-in-linear 和 el-fade-in 两种效果。 <tem...
  • Conditional Rendering

    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...
  • Toolbar / Tabbar

    Toolbar Vue Component Toolbar Components Toolbar Properties Toolbar Methods Toolbar Slots Examples Toolbar Tabbar Tabbar Labels Tabbar Scrollable Hide Toolbar On Scroll ...
  • Component Registration

    Component Registration Component Names Name Casing With kebab-case With PascalCase Global Registration Local Registration Module Systems Local Registration in a Module System...
  • Vue 自定义元素接口

    Vue 自定义元素接口 选项 / 渲染时机 prerenderAllowed 选项 / 数据 data props propsData computed methods watch 选项 / 生命周期钩子 beforeCreate created beforeMount mounted beforeUpdate updated ...
  • el

    el el 类型 :string | Element 限制 :只在由 new 创建的实例中遵守。 详细 : 提供一个在页面上已存在的 DOM 元素作为 Vue 实例的挂载目标。可以是 CSS 选择器,也可以是一个 HTMLElement 实例。 在实例挂载之后,元素可以用 vm.$el 访问。 如果在实例化时存在这个选项,实...