0👍
My guess is that your problem is here:
components: [
Client
],
Components should be an object, not an array:
components: {
Client
},
Everything else looks OK to me.
- [Vuejs]-Cannot access variable from named imports in vuejs
- [Vuejs]-How to create load more in search result with vue js and laravel
Source:stackexchange.com