书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 63305 个相关结果.
  • ROLE

    ROLE Syntax Output format Master output Output of the command on replicas Return ROLE Syntax ROLE Time complexity: O(1) ACL categories: @admin, @fast, @dangerous Pr...
  • Provisioning roles and assignments

    Provisioning Configuration Manage custom roles Create or update roles Delete roles Assign your custom role to specific built-in roles Manage default built-in role assignments ...
  • Vue CLI

    起步 Vue CLI 手动配置 起步 Vue CLI 如果你不想手动设置 webpack,我们推荐使用 Vue CLI 直接创建一个项目的脚手架。通过 Vue CLI 创建的项目会针对多数常见的开发需求进行预先配置,做到开箱即用。 如果 Vue CLI 提供的内建没有满足你的需求,或者你乐于从零开始创建你自己的 webpack 配置,那么...
  • ColorPicker 颜色选择器

    ColorPicker 颜色选择器 基础用法 选择透明度 预定义颜色 不同尺寸 Attributes Events ColorPicker 颜色选择器 用于颜色选择,支持多种格式。 基础用法 使用 v-model 与 Vue 实例中的一个变量进行双向绑定,绑定的变量需要是字符串类型。 < div class = "bl...
  • Plugins

    Plugins External Packages Vue Plugins ES6 plugins Inject in $root & context Inject into Vue instances Inject into context Combined inject Client-side only Name conventional ...
  • 3、Jeecg Boot 前端项目对接CAS步骤

    3、Jeecg Boot 前端项目对接CAS步骤 1、从网盘下载代码,拷贝到前端工程目录下 2、下载代码解压后,把sso目录下代码拷贝到前端工程/src目录下 3、index.html页面增加CAS服务地址配置 4、 src/store/modules/user.js文件中增加验证登录方法 5、改造src/main.js代码,增加如下代码 6、组织...
  • Vue.js Development

    Vue.js Development Vue.js Vue with Nuxt Single file components Components auto-imports Vue Router Example Differences with Nuxt 2 / Vue 2 Faster rendering Smaller bundle Co...
  • Release Notes

    2365 2019-10-20 《Nuxt.js v2.10.x Guide》
    Release Notes v2.10.1 🐞 Fixes 6504 Remove consola from client 6515 Fix error when router.trailingSlash is false 6362 Remove trailing slash when no subFolders are used 6520 ...
  • 兼容 Vue

    兼容 Vue 基础用法 搭配 Vuep 写 Playground 兼容 Vue 你可以直接在 Markdown 文件里写 Vue 代码,它将被执行。我们可以用它写一些 Vue 的 Demo 或者示例代码。 基础用法 在 index.html 里引入 Vue。 <script src = "//unpkg.com/vue" ></sc...
  • 路由注册

    1459 2018-12-10 《Vue.js 技术揭秘》
    路由注册 Vue.use 路由安装 总结 路由注册 Vue 从它的设计上就是一个渐进式 JavaScript 框架,它本身的核心是解决视图渲染的问题,其它的能力就通过插件的方式来解决。Vue-Router 就是官方维护的路由插件,在介绍它的注册实现之前,我们先来分析一下 Vue 通用的插件注册原理。 Vue.use Vue 提供了 Vue...