Nuxt/packages/vue-app/template/components/no-ssr.js

10 lines
204 B
JavaScript

/*<%= isTest ? ' @vue/component' : '' %>
** From https://github.com/egoist/vue-no-ssr
** With the authorization of @egoist
*/
import NoSsr from 'vue-no-ssr'
export default {
...NoSsr,
name: 'NoSsr'
}