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

10 lines
204 B
JavaScript
Raw Normal View History

2018-10-24 13:46:06 +00:00
/*<%= isTest ? ' @vue/component' : '' %>
2017-08-24 10:38:46 +00:00
** From https://github.com/egoist/vue-no-ssr
** With the authorization of @egoist
*/
import NoSsr from 'vue-no-ssr'
export default {
...NoSsr,
name: 'NoSsr'
}