书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 8536 个相关结果.
  • 引入外部模块

    引入外部模块 引入依赖 使用 全局注册 局部注册 在 vue 中优雅的使用第三方库 自己封装一个非 vue 组件 引入外部模块 除了 element-ui 组件以及脚手架内置的业务组件,有时我们还需要引入其他外部组件,这里以引入 vue-count-to 为例进行介绍。 引入依赖 在终端输入下面的命令完成安装: $ npm in...
  • 1.1. Use Cases

    1.1. Use Cases What Presto Is Not What Presto Is Who uses Presto? 1.1. Use Cases This section puts Presto into perspective so that prospective administrators and end users k...
  • Use Cases

    Use Cases What Presto Is Not What Presto Is Who uses Presto? Use Cases This section puts Presto into perspective so that prospective administrators and end users know what to...
  • vue.config

    API: vue.config 属性 vue.config 属性 API: vue.config 属性 vue.config 属性 类型: Object 默认: { silent: !isDev, performance: isDev } vue.config属性为Vue.config 提供直接配置 示例 export ...
  • key attribute

    key attribute 概览 背景 在条件分支中 结合 <template v-for> key attribute breaking 概览 NEW :对于 v-if /v-else /v-else-if 的各分支项 key 将不再是必须的,因为现在 Vue 会自动生成唯一的 key 。 BREAKING :如果你手动提...
  • Vue Router

    Vue Router Creating the Components Creating the Router and Routes Writing the Test Workaround for large render trees using mount Using a Mock Router Strategies for Testing R...
  • 国际化

    1317 2019-07-15 《AT-UI 开发手册》
    国际化 兼容 vue-i18n 目前支持的语言 国际化 AT-UI 组件的文案默认使用英文,如果需要使用其他中文或者其他语言,可以参考下面的方案: 兼容 vue-i18n import Vue from 'vue' import AtUI from 'at-ui' import 'at-ui-styl...
  • Vue

    ONLYOFFICE Docs Vue component Installing ONLYOFFICE Docs Vue component Using ONLYOFFICE Docs Vue component ONLYOFFICE Docs Vue component API Installing Storybook Developing ONL...
  • ES2015

    ES2015 在 Templates 中使用 ES2015 转换普通 .js 文件 使用 .babelrc 配置 Babel ES2015 当项目中配置了 babel-loader 或者 buble-loader ,vue-loader 会使用他们处理所有 .vue 文件中的 <script> 部分,允许我们在 Vue 组件中使用 ES...
  • Vue Router

    1954 2018-12-10 《Vue.js 技术揭秘》
    Vue-Router Vue-Router 路由的概念相信大部分同学并不陌生,它的作用就是根据不同的路径映射到不同的视图。我们在用 Vue 开发过实际项目的时候都会用到 Vue-Router 这个官方插件来帮我们解决路由的问题。Vue-Router 的能力十分强大,它支持 hash 、history 、abstract 3 种路由方式,提供了 <r...