书栈网 · BookStack 本次搜索耗时 0.064 秒,为您找到 63305 个相关结果.
  • ImagePreview 图片预览

    ImagePreview 图片预览 介绍 函数调用 组件调用 代码演示 基础用法 指定初始位置 展示关闭按钮 监听关闭事件 异步关闭 组件调用 API Options Props Events 方法 类型定义 Slots onClose 回调参数 onScale 回调参数 主题定制 样式变量 常见问题 在桌面端无法...
  • HTTP API

    HTTP API reference HTTP APIs Grafana Enterprise HTTP APIs HTTP API reference The Grafana backend exposes an HTTP API, which is the same API that is used by the frontend to do ...
  • Release Notes

    Release Notes v2.12.2 🐛 Bug Fixes 7146 HMR for sub-app serverMiddleware without path 7139 Sanitize layouts after resolve for splitChunks.layout 7131 Join with os native sep ...
  • Release Notes

    2004 2020-01-01 《Nuxt.js v2.11.x Guide》
    Release Notes v2.11.0 🐛 Bug Fixes 6777 Add catch statement to non function block in serializeFunction 6791 Fix flatRoutes regex for nested routes with trailing slash enabled ...
  • Swipeout

    Swipeout (Swipeable List) Swipeout Layout Swipe To Delete Overswipe Swipeout App Methods Swipeout App Parameters Swipeout Events DOM Events App Instance Events Examples Swi...
  • Swipeout

    Swipeout (Swipeable List) Swipeout Layout Swipe To Delete Overswipe Swipeout App Methods Swipeout App Parameters Swipeout Events DOM Events App Instance Events CSS Variable...
  • Routing

    1136 2019-10-20 《Nuxt.js v2.10.x Guide》
    Routing Basic Routes Dynamic Routes Validate Route Params Nested Routes Dynamic Nested Routes Unknown Dynamic Nested Routes Named Views SPA fallback Implementation for Surge ...
  • 从 Vue Router 0.7.x 迁移

    从 Vue Router 0.7.x 迁移 从 Vue Router 0.7.x 迁移 只有 Vue Router 2 是与 Vue 2 相互兼容的,所以如果你更新了 Vue ,你也需要更新 Vue Router 。这也是我们在主文档中将迁移路径的详情添加进来的原因。有关使用 Vue Router 2 的完整教程,请参阅 Vue Router 文档 ...
  • 国际化

    国际化 在 Webpack 中使用 通过 CDN 使用 支持的语言 国际化 View UI(iView) 的所有组件文案默认使用的是中文,通过设置可以使用其它语言。 在 Webpack 中使用 完整引入 iView import Vue from 'vue' ; import ViewUI from '...
  • new Vue 发生了什么

    2473 2018-12-10 《Vue.js 技术揭秘》
    new Vue 发生了什么 总结 new Vue 发生了什么 从入口代码开始分析,我们先来分析 new Vue 背后发生了哪些事情。我们都知道,new 关键字在 Javascript 语言中代表实例化是一个对象,而 Vue 实际上是一个类,类在 Javascript 中是用 Function 来实现的,来看一下源码,在src/core/ins...