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

    Initialize App Plain Initialization Structure ES Modules Initialize App After we have our app layout now we need to mount Vue components and initialize the app. You can read...
  • 快速上手

    快速上手 使用 vue-cli@4.5 使用 Starter Kit 引入 Element Plus 完整引入 按需引入 全局配置 开始使用 使用 Nuxt.js 快速上手 本节将介绍如何在项目中使用 Element。 使用 vue-cli@4.5 我们为新版的 vue-cli 准备了相应的 Element Plus 插件 ...
  • Custom Elements Interop changes

    Custom Elements Interop changes breaking Overview Autonomous Custom Elements 2.x Syntax 3.x Syntax Customized Built-in Elements v-is for In-DOM Template Parsing Workarounds 2x...
  • 路由和侧边栏

    路由和侧边栏 配置项 路由 侧边栏 点击侧边栏 刷新当前路由 面包屑 侧边栏滚动问题 侧边栏 外链 v3.8.2+ 路由和侧边栏 路由和侧边栏是组织起一个后台应用的关键骨架。 本项目侧边栏和路由是绑定在一起的,所以你只有在 @/router/index.js 下面配置对应的路由,侧边栏就能动态的生成了。大大减轻了手动重复编辑侧边栏的...
  • Initialize App

    Initialize App Plain Initiliazation Structure ES Modules Initialize App Plain Initiliazation Structure ES Modules After we have our app layout now we need to mount Vue c...
  • Initialize App

    Initialize App Plain Initiliazation Structure With Bundlers Initialize App Plain Initiliazation Structure With Bundlers After we have our app layout now we need to mount...
  • 国际化

    6997 2019-05-30 《Avue 2.x 开发指南》
    国际化 兼容其他 i18n 插件 国际化 Avue 组件内部默认使用中文,若希望使用其他语言,则需要进行多语言设置。以英文为例,在 main.js 中: // 完整引入英文国际化 import Vue from 'vue' import Avue from 'Avue' Vue . use ( Avue ,...
  • 错误处理

    错误处理 页面 请求 代码 错误处理 页面 404 页面级的错误处理由 vue-router 统一处理,所有匹配不到正确路由的页面都会进 404 页面。 { path : '*' , redirect : '/404' } WARNING 注意事项 这里有一个需要非常注意的地方就是 404 页面一...