ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

Vue.js 2.5. Component template should contain exactly one root element #70

Closed ghost closed 6 years ago

ghost commented 6 years ago

In lesson-07 Adding Pagination

raising error compiling template:

should fix it :

<template>
  <div>
    <vuetable ref="vuetable"
      api-url="https://vuetable.ratiw.net/api/users"
      :fields="fields"
    ></vuetable>
    <vuetable-pagination ref="pagination"></vuetable-pagination>
  </div>
</template>