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