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

    引入 例子 API CheckList 复选列表。 引入 import { CheckList } from 'we-vue' Vue . use ( CheckList ) 例子 <template> <div> <wv-checklist title ...
  • Vuex in components - mutations and actions

    Mutations and Actions Creating the Component Testing with a real Vuex store Testing using a mock store Testing a Namespaced Action (or Mutation) Conclusion This book is writ...
  • Built-in Components

    Nuxt Components The Nuxt Component The NuxtChild Component keep-alive The NuxtLink Component prefetchLinks Disable prefetching for specific links Disable prefetching globally ...
  • Progress

    引入 例子 默认 隐藏取消按钮 API Events Progress 进度条。 引入 import { Progress } from 'we-vue' Vue . use ( Progress ) 例子 默认 <w-progress : percent = "percent...
  • Lazyload

    引入 例子 基本示例 Lazyload 图片懒加载。 引入 import { Lazyload } from 'we-vue' Vue . use ( Lazyload ) 例子 基本示例 <template> <div class = "page" > <ul ...
  • router

    API: The router Property base routeNameSplitter extendRoutes fallback linkActiveClass linkExactActiveClass linkPrefetchedClass middleware mode parseQuery / stringifyQuery ...
  • Header

    引入 例子 默认 不固定并指定背景色 API Slots Header 页头。 引入 import { Header } from 'we-vue' Vue . use ( Header ) 例子 默认 <w-header title = "wevue" @ headerC...
  • Radio

    引入 例子 API Radio 单选列表。 引入 import { Radio } from 'we-vue' Vue . use ( Radio ) 例子 <template> <div> <w-radio title = "title" v-model ...
  • nuxt-child

    API: The <nuxt-child> Component Named View API: The <nuxt-child> Component This component is used for displaying the children components in a nested route . Example: ...
  • Modules

    Modules Introduction List of Nuxt.js modules Write a basic Module Async Modules Build-only Modules Use async/await Return a Promise Common Snippets Top level options Provid...