Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use <v-server-table>, getting errors #44

Closed
jpmurray opened this issue May 14, 2016 · 1 comment
Closed

Can't use <v-server-table>, getting errors #44

jpmurray opened this issue May 14, 2016 · 1 comment

Comments

@jpmurray
Copy link

  • Vue.js version: 1.0.21
  • consumed using: browserify
  • steps for reproducing the issue: adding the said tag
    __

Hello,

I've used your client-side example perfectly, although I want to use your server-side with eloquent. Changing the <v-client-side> tag for <v-server-table> gives me this error:

Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

@matfish2
Copy link
Owner

matfish2 commented May 15, 2016

As the error implies you need to register the server component:
Vue.use(VueTables.server)
Please read the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants