书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 432 个相关结果.
  • Drawer 抽屉

    Drawer 抽屉 基本用法 不添加 Title 自定义内容 多层嵌套 Drawer Attributes Drawer Slot Drawer Methods Drawer Events Drawer 抽屉 有些时候, Dialog 组件并不满足我们的需求, 比如你的表单很长, 亦或是你需要临时展示一些文档, Drawer 拥有...
  • Testing

    Testing Introduction Unit Testing Introduction Choosing Your Framework First-class error reporting Active community and team Frameworks Jest Mocha Component Testing Introd...
  • Drawer 抽屉

    Drawer 抽屉 基本用法 不添加 Title 自定义内容 多层嵌套 Drawer Attributes Drawer Slot Drawer Methods Drawer Events Drawer 抽屉 有些时候, Dialog 组件并不满足我们的需求, 比如你的表单很长, 亦或是你需要临时展示一些文档, Drawer 拥有...
  • State

    State 在 mpx 组件中获得 store 状态 mapState 辅助函数 对象展开运算符 组件仍然保有局部状态 State 在 mpx 组件中获得 store 状态 那么我们如何在 mpx 组件中展示状态呢?由于 mpx内置的store 的状态存储是响应式的,从 store 实例中读取状态最简单的方法就是在计算属性中返回某个状态...
  • Plugins

    Plugins Writing a Plugin Using a Plugin Plugins Plugins are self-contained code that usually add global-level functionality to Vue. It is either an object that exposes an in...
  • Testing

    525 2020-12-20 《Vuex v4.0 Document》
    Testing Testing Mutations Testing Actions Testing Getters Running Tests Running in Node Running in Browser Running in Browser with Karma + karma-webpack Testing Try this...
  • 页面开发

    页面开发 页面开发模式 第一步,页面入口配置 第二步,页面组装 第三步,页面跳转和传递参数 第四步,返回上个页面 页面开发 Weex框架要求使用 Vue2.0 进行页面开发。开发者通过编写 *.vue 文件,基于<template> ,<style> ,<script> 快速构建组件化的应用。 页面开发模式 页面开发模式: ...
  • Drawer 抽屉

    Drawer 抽屉 基本用法 不添加 Title 自定义内容 多层嵌套 Drawer Attributes Drawer Slot Drawer Methods Drawer Events Drawer 抽屉 有些时候, Dialog 组件并不满足我们的需求, 比如你的表单很长, 亦或是你需要临时展示一些文档, Drawer 拥有...
  • 组件基础

    2341 2019-02-01 《Vue.js 入门教程》
    组件基础 通过 Element 感受组件的威力 使用组件 全局注册 局部注册 组件的模板 组件的 data 必须是函数 组件的作用域是独立的 组件组合 组件化构建 TodoMVC 组件通信 父子组件通信:Props Down camelCase vs. kebab-case 动态 Prop 字面量语法 vs 动态语法 单向数据流 ...
  • 在Weex中使用Vue.js

    在 Weex 中使用 Vue.js 只含有运行时的构建版本 平台的差异 执行环境 DOM 样式 事件 Web 渲染器 单文件组件 编译目标 使用weex-loader 支持的功能 全局配置 全局 API 选项 生命周期钩子 实例属性 实例方法 模板指令 特殊属性 内置组件 在 Weex 中使用 Vue.js 在...