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

    The Routing Component Installation Usage Routing System Setup Defining Routes Route Collections Setting the Request Parameters Loading Routes File Routing Loaders Closure Ro...
  • 类加载器

    2240 2018-04-11 《JVM必知必会》
    类加载器 类加载器 public class ClassLoaderTest { public static void main ( String [] args ) { /** * 我们无法获得引导类加载器,因为它是使用c实现的,而且使用引导类加载器加载的类通过g...
  • 国际化

    国际化 兼容 vue-i18n@5.x 兼容其他 i18n 插件 兼容 vue-i18n@6.x 按需加载里定制 i18n 通过 CDN 的方式加载语言文件 国际化 Element 组件内部默认使用中文,若希望使用其他语言,则需要进行多语言设置。以英文为例,在 main.js 中: // 完整引入 Element import ...
  • Using Cluster Loader

    Using Cluster Loader What Cluster Loader Does Installing Cluster Loader Running Cluster Loader Configuring Cluster Loader Configuration Fields Example Cluster Loader Configurat...
  • Background loading

    Background loading ResourceInteractiveLoader Usage Obtaining a ResourceInteractiveLoader Polling Load progress (optional) Forcing completion (optional) Obtaining the resource ...
  • Background loading

    Background loading ResourceInteractiveLoader Usage Obtaining a ResourceInteractiveLoader Polling Load progress (optional) Forcing completion (optional) Obtaining the resource ...
  • TypeScript Support

    576 2020-12-20 《Vuex v4.0 Document》
    TypeScript Support Typing $store Property in Vue Component Typing useStore Composition Function Simplifying useStore usage TypeScript Support Vuex provides its typings so...
  • 插 件

    插件 使用第三方模块 使用 Vue 插件 ES6 插件 注入 $root 和 context 注入 Vue 实例 注入 context 同时注入 只在客户端使用的插件 传统命名插件 插件 Nuxt.js允许您在运行Vue.js应用程序之前执行js插件。这在您需要使用自己的库或第三方模块时特别有用。 需要注意的是,在任何 Vu...
  • 插 件

    1028 2019-06-30 《Nuxt.js 2.6.x 教程》
    插件 使用第三方模块 使用 Vue 插件 ES6 插件 注入 $root 和 context 注入 Vue 实例 注入 context 同时注入 只在客户端使用的插件 传统命名插件 插件 Nuxt.js允许您在运行Vue.js应用程序之前执行js插件。这在您需要使用自己的库或第三方模块时特别有用。 需要注意的是,在任何 Vu...
  • 快速上手

    快速上手 使用 vue-cli@3 使用 Starter Kit 引入 Element 完整引入 按需引入 全局配置 开始使用 使用 Nuxt.js 快速上手 本节将介绍如何在项目中使用 Element。 使用 vue-cli@3 我们为新版的 vue-cli 准备了相应的 Element 插件 ,你可以用它们快速地搭建一个基于...