mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
7 lines
178 B
JavaScript
7 lines
178 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
|