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

    Disable the Progress Bar Customizing the Progress Bar Using a Custom Loading Component Type: Boolean or Object or String Out of the box, Nuxt.js gives you its own loading...
  • mode

    API: The mode Property API: The mode Property Type: string Default: universal Possible values: 'spa' : No server-side rendering (only client-side navigation) 'universal' ...
  • The key Property

    The key property The key property Set the key property of internal <router-view> component Type: String or Function The key property is propagated into <router-view> ,...
  • throwError

    throwError throwError Nuxt provides a quick and simple way to throw errors. Within your pages, components and plugins you can use throwError to throw an error. Parameters: ...
  • Vuex Store

    Vuex Store Activate the Store Modules mode Module files Plugins The fetch Method The nuxtServerInit Action Vuex Strict Mode Classic mode Vuex Store Using a store to...
  • Plugins

    Plugins External Packages Vue Plugins ES6 plugins Inject in \$root & context Client or server side only Name conventional plugin Object syntax Using process flags Plugi...
  • Module Container

    API: The ModuleContainer Class ModuleContainer Class Tapable plugins 方法 添加Vendor(vendor) 添加到模板中 (template) 添加插件 (template) 添加服务器端渲染中间件 (middleware) extendBuild (fn) extendRo...
  • GitHub Static

    Deploying to GitHub Pages for repository Command line deployment Build server deployment GitHub Actions Travis CI Appveyor Nuxt.js gives you the possibility to host your web...
  • nuxi preview

    nuxi preview nuxi preview npx nuxi preview [ rootDir ] The preview command starts a server to preview your Nuxt application after running the build command. Option Defa...
  • <NuxtErrorBoundary>

    <NuxtErrorBoundary> Events Slots <NuxtErrorBoundary> Nuxt provides the <NuxtErrorBoundary> component to handle client-side errors happening in its default slot, using Vue’s...