Guest User

Untitled

a guest
Jan 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <template>
  2. <div id="division">
  3. <v-client-table :data="this.$store.getters.getDataDivision" :columns="columns" :options="options">
  4. <router-link slot="divisionName" slot-scope="props" target="_self" :to="{ path: 'teams', query: {filter: props.row.divisionName}}">{{props.row.divisionName}}</router-link>
  5. </v-client-table>
  6. </div>
  7. </template>
Add Comment
Please, Sign In to add comment