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

    The scrollToTop property The scrollToTop property The scrollToTop property lets you tell Nuxt to scroll to the top before rendering the page. Type: Boolean (default: false...
  • renderAndGetWindow

    nuxt.renderAndGetWindow(url, options = {}) nuxt.renderAndGetWindow(url, options = {}) 类型: Function 参数: String String : 待渲染的 URL 路径 可选, Object : options virtualConsole: Boole...
  • hooks

    API: The hooks Property hooks 属性 hooks 列表 例子 不在root上时重定向到 router.base API: The hooks Property hooks 属性 类型: Object hooks是Nuxt事件的监听器 ,这些事件通常在Nuxt模块中使用,但也可以在nuxt.config....
  • nuxi init

    nuxi init nuxi init npx nuxi init | create [-- verbose |- v ] [-- template ,- t ] [ dir ] The init command initializes a fresh Nuxt project. Option Default Descripti...
  • generate

    cache concurrency crawler dir devtools exclude fallback interval minify routes Function which returns a Promise Function with a callback Speeding up dynamic route genera...
  • renderRoute

    nuxt.renderRoute(route, context = {}) nuxt.renderRoute(route, context = {}) 类型: Function 参数: String ,带渲染的路由路径 可选, Object , 指定的上下文对象,可用的属性键: req 和 res 返回: Promise html : ...
  • renderAndGetWindow

    API: nuxt.renderAndGetWindow(url, options) nuxt.renderAndGetWindow(url, options = {}) API: nuxt.renderAndGetWindow(url, options) nuxt.renderAndGetWindow(url, options = {}) ...
  • Development Tools

    Development Tools End-to-End Testing ESLint and Prettier Development Tools Testing your application is part of the web development. Nuxt.js helps you to make it as easy as p...
  • Development Tools

    1166 2019-10-20 《Nuxt.js v2.10.x Guide》
    Development Tools End-to-End Testing ESLint and Prettier Development Tools Testing your application is part of the web development. Nuxt.js helps you to make it as easy as po...
  • render

    API: nuxt.render(req, res) API: nuxt.render(req, res) Type: Function Arguments: Request Response Returns: Promise You can use Nuxt.js as a middleware with nuxt.render ...