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

    Single-spa Examples Version: 5.x Single-spa Examples React Microfrontends (check out root-config repo first) Vue Microfrontends (check out root-config repo first) Angular Mi...
  • Comment评论

    Comment 评论 何时使用 代码演示 API Comment 评论 对网站内容的反馈、评价和讨论。 何时使用 评论组件可用于对事物的讨论,例如页面、博客文章、问题等等。 代码演示 基本评论 一个基本的评论组件,带有作者、头像、时间和操作。 <template> <a-comment> <t...
  • Badge

    引入 例子 基本使用 指定背景色 指定为小红点状态 API Badge 小徽章,支持不同颜色,包含小红点状态。 引入 import { Badge } from 'we-vue' Vue . use ( Badge ) 例子 基本使用 <wv-badge> 20 </wv-badge>...
  • nuxt-child

    API: The Component The activated and deactivated hooks Named View API: The Component This component is used for displaying the children components in a nested route . E...
  • serverMiddleware

    API: The serverMiddleware Property serverMiddleware vs middleware! Usage Custom Server Middleware Object Syntax API: The serverMiddleware Property Type: Array Items: Stri...
  • serverMiddleware

    The serverMiddleware Property serverMiddleware vs middleware! Usage Custom Server Middleware Object Syntax The serverMiddleware Property Type: Array Items: String or Obj...
  • 合并配置

    1360 2018-12-10 《Vue.js 技术揭秘》
    合并配置 外部调用场景 组件场景 总结 合并配置 通过之前章节的源码分析我们知道,new Vue 的过程通常有 2 种场景,一种是外部我们的代码主动调用 new Vue(options) 的方式实例化一个 Vue 对象;另一种是我们上一节分析的组件过程中内部通过 new Vue(options) 实例化子组件。 无论哪种场景,都会执行实...
  • Introduction

    Introduction Overview New Features Breaking Removed FAQ Where should I start in a migration? How long will it take to migrate a Vue 2.x app to 3.0? If I upgrade to Vue 3, wil...
  • Component Registration

    Component Registration Component Names Name Casing With kebab-case With PascalCase Global Registration Local Registration Module Systems Local Registration in a Module System...
  • layouts

    Layouts directory Example: Enabling layouts with app.vue Example: setting the layout with ~/pages Example: manual control with ~/pages Example: changing the layout Layouts d...