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

    API: transition Properties The pageTransition Property The layoutTransition Property API: transition Properties The pageTransition Property Nuxt v2.7.0 introduces key "...
  • iOS and 手机号码

    iOS 和 电话号码 iOS 和 电话号码 如果您在Nuxt页面中包含电话号码,请确保将它们直接包装到链接中: <!-- Example phone number: +7 (982) 536-50-77 --> <template> <a href = "tel: +7 (982) 536-50-77" > +7 (982) ...
  • 如何使用 Surge.sh 部署?

    使用 Surge.sh 部署 如何使用 Surge.sh 部署? 使用 Surge.sh 部署 如何使用 Surge.sh 部署? Nuxt.js 允许你将静态化后的站点部署至任何静态站点托管服务中,例如 surge.sh 。 部署至 surge.sh ,需先安装 surge : npm install - g surge 然后...
  • transition

    The pageTransition Property The layoutTransition Property The pageTransition Property Nuxt v2.7.0 introduces key “pageTransition” in favor of the “transition” key to consolid...
  • create a custom preset

    Custom build preset (advanced) Setup Inline preset definition Reusable preset Custom build preset (advanced) Get full control of Nuxt Nitro output to deploy on any kind of ho...
  • head

    API: The head Method API: The head Method Nuxt.js uses vue-meta to update the headers and html attributes of your application. Type: Object or Function Use the...
  • loadingIndicator

    The loading indicator Property Built-in indicators Custom indicators The loading indicator Property Show fancy loading indicator while SPA page is loading! When running N...
  • loadingIndicator

    API: The loading indicator Property Built-in indicators Custom indicators API: The loading indicator Property Show fancy loading indicator while SPA page is loading! ...
  • asyncData

    asyncData 方法 asyncData 方法 你可能想要在服务器端获取并渲染数据。Nuxt.js添加了asyncData 方法使得你能够在渲染组件之前异步获取数据。 类型: Function asyncData 方法会在组件(限于页面组件 )每次加载之前被调用。它可以在服务端或路由更新之前被调用。在这个方法被调用的时候,第一个参数被设...
  • Async Data

    Async Data The asyncData method Returning a Promise Using async/await Displaying the data The Context Use req/res objects Accessing dynamic route data Listening to query chan...