书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 226609 个相关结果.
  • Vue.js component

    Rich text editor component for Vue.js Quick start Direct script include Using ES6 modules Using component locally Using CKEditor from source Configuring vue.config.js Using th...
  • Multiple Vue apps support

    724 2019-08-04 《Vue Meta Document》
    Multiple Vue apps support Client SSR vmid support Multiple Vue apps support VueMeta includes basic support for using multiple Vue-apps which each adds their own metaInfo pro...
  • Packaging Vue Components for npm

    Packaging Vue Components for npm Base Example Can’t I Just Share .vue Files Directly? Packaging Components for npm How does npm know which version to serve to a browser/build pro...
  • The vue.config Property

    The vue.config property The vue.config property A config object for Vue.config Type: Object Default: { silent: !isDev, performance: isDev } The vue.config property provid...
  • Migrating from Vue 2

    Migrating from Vue 2 Breaking Changes new Router becomes createRouter New history option to replace mode Moved the base option Removed * (star or catch all) routes Replaced...
  • How to cache Vue components?

    How to cache Vue components? Usage Don’t forget, that How to cache Vue components? Although Vue’s SSR is quite fast, it can’t match the performance of pure string-based temp...
  • 3. vue接入

    前端接入 1. 兼容性 2. 初始化组件 基础示例 3.回调事件 4. 验证码参数 5.1默认接口api地址 5.2 获取验证码接口详情 接口地址: http://*:*/captcha/get 请求参数: 响应参数: 5.3 核对验证码接口详情 请求接口: http://*:*/captcha/check 请求参数: 响应参数: ...
  • 从 Vue 2 迁移

    介绍 v-for 中的 Ref 数组 异步组件 attribute 强制行为 自定义指令 自定义元素交互 Data 选项 事件 API 过滤器 片段 函数式组件 全局 API 全局 API Treeshaking 内联模板 Attribute key attribute 按键修饰符 在 prop 的默认函数中访问 this ...
  • coolie-mid-vue

    868 2018-11-03 《coolie 官方指南》
    1介绍 2配置 3使用 4github 1介绍 支持适配 vue,主要做的事情是: 将 require('vue/dist/vue.common.js') 替换为 require('vue/dist/vue.runtime.common.js') 。vue 的依赖已变化: 将 vue 组件的 template 属性编译成 ren...
  • 组件

    如何用好“组件” 让运行于外部的服务成为Rainbond组件 组件的作用是使开发人员能够不用关注底层基础架构的情况下定义业务单元的部署模式,组件描述了可以作为大型分布式应用程序的一部分进行实例化的功能单元。例如,应用程序中的每个微服务都被描述为一个组件。再例如Wordpress+Mysql的业务系统Wordpress和Mysql被分别描述为组件。 组...