UNPKG

nuxt-lazy-hydrate

Version:

This module is a wrapper around [Vue 3 Lazy Hydration Plugin](https://github.com/freddy38510/vue3-lazy-hydration) for Nuxt 3.

6 lines (5 loc) 227 B
module.exports = function(...args) { return import('./module.mjs').then(m => m.default.call(this, ...args)) } const _meta = module.exports.meta = require('./module.json') module.exports.getMeta = () => Promise.resolve(_meta)