书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 10448 个相关结果.
  • 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...
  • 从 Vue 2 迁移

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

    6426 2019-08-26 《uni-app 框架文档》
    vue.config.js 是一个可选的配置文件,如果项目的根目录中存在这个文件,那么它会被自动加载,一般用于配置 webpack 等编译选项,具体规范参考:vue-config.js 支持情况 CLI 工程 HBuilderX 2.1.5 及以上版本注意事项 部分配置项会被编译配置覆盖,例如: publicPath 不支持,如果需要配...
  • Vue.use( plugin )

    Vue.use( plugin ) Vue.use( plugin ) 参数 : {Object | Function} plugin 用法 : 安装 Vue.js 插件。如果插件是一个对象,必须提供 install 方法。如果插件是一个函数,它会被作为 install 方法。install 方法调用时,会将 Vue 作为参数传入。 ...
  • Vue.extend( options )

    Vue.extend( options ) Vue.extend( options ) 参数 : {Object} options 用法 : 使用基础 Vue 构造器,创建一个“子类”。参数是一个包含组件选项的对象。 data 选项是特例,需要注意 - 在 Vue.extend() 中它必须是函数 <div id = "mo...
  • 1.1 Vue的引入

    6082 2019-11-04 《深入剖析Vue源码》
    1.1 Vue的引入 1.1.1 基础使用 1.1.2 Vue构造器 1.1.3 定义原型属性方法 1.1.4 定义静态属性方法 1.1 Vue的引入 Vue 的使用按照官方的说法支持CDN 和NPM 两种方式,CDN 的方式是以script 的方式将打包好的vue.js 引入页面脚本中,而NPM 的方式是和诸如 webpack 或 Bro...
  • 用于Vue和React

    用于 Vue 和 React 用于 Vue 和 React 在 Vue 中使用 wangEditor vue3 可参考 wangEditor-with-vue3 vue2 可参考 wangEdior-with-vue 。 在 React 中使用 wangEditor 如果要自己动手开发,可参考 wangEditor-with-react ...