书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 5985 个相关结果.
  • 快速上手

    1758 2019-07-15 《AT-UI 开发手册》
    快速上手 使用前准备 基于模板工程开发 标准开发 全局组件使用 单个组件按需使用 自定义主题 快速上手 使用前准备 在使用之前,推荐学习 Vue 和 ES2015 ,并正确配置 Node.js v6.x 或以上版本 AT-UI 基于 Vue.js 2.x+ 版本开发,所以有必要了解以下基础知识: Vue 组件 ...
  • Nuxt Lifecycle

    Lifecycle Server Client Navigate using the NuxtLink component What’s next No matter which tool you use, you will always feel more confident when you understand how the tool...
  • 单元素/组件的过渡

    单元素/组件的过渡 过渡的类名 CSS 过渡 CSS 动画 自定义过渡的类名 同时使用过渡和动画 显性的过渡持续时间 JavaScript 钩子 单元素/组件的过渡 Vue 提供了 transition 的封装组件,在下列情形中,可以给任何元素和组件添加进入/离开过渡 条件渲染 (使用 v-if ) 条件展示 (使用 v-show ...
  • spinner

    Spinner 安装 属性 贡献者 发布日志 Spinner Spinner demo 原始链接 demo 源码 编辑文档 组件源码 二维码 Install 安装 局部注册 全局注册 import { Spinner } from 'vux' export defa...
  • 样式

    样式 CSS Modules 目录结构 自定义 element-ui 样式 父组件改变子组件样式 深度选择器 Autoprefixer [新版本已无该问题] Postcss Mixin 样式 CSS Modules 在样式开发过程中,有两个问题比较突出: 全局污染 —— CSS 文件中的选择器是全局生效的,不同文件中的同名选择器...
  • plugins

    API: The plugins Property When do I use plugins? API: The plugins Property Note : Since Nuxt.js 2.4, mode has been introduced as option of plugins to specify plugin type, po...
  • plugins

    API: The plugins Property When do I use plugins? API: The plugins Property Note : Since Nuxt.js 2.4, mode has been introduced as option of plugins to specify plugin type, po...
  • 说明

    H5模式说明 H5模式说明 该模式适用于用uni-app来开发H5端应用的场景,可完全采用vue-router的模式进行开发,不考虑跨平台 。最大化利用好uni-simple-router的功能。如果你还不了解vue-router,可以移步 vue-router指南 如果你需要兼容跨平台,建议阅读跨平台模式 相关教程
  • 页面通讯

    页面通信 页面通信 页面通信 该示例为小程序间的页面通讯,利用 vuex 实现。 在 mpvue 框架中使用 vuex 与在 vue 中使用是一样的体验。 1.建立相关的目录结构 2.在 src/main.js 中将 store 挂载到 vue 原型下面 Vue . prototype . $store = store ; ...
  • Template Syntax

    Template Syntax Interpolations Text Raw HTML Attributes Using JavaScript Expressions Directives Arguments Dynamic Arguments Modifiers Shorthands v-bind Shorthand v-on Sho...