Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. v-layout(justify-center row wrap).no-select
  2. v-flex(xs4 v-for="(item, index) in buttons" :key="item" @click="handleClick(item)")
  3. v-card(dark color="#66BB6A" ripple)
  4. v-card-text.px-0 {{ item }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement