You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PairingButton.vue 214B

1234567891011
  1. <template lang="pug">
  2. w-tag(color="mint-green" bg-color="green" xl).xs12.mt4.mb4
  3. p.pa4.text-upper pair pending
  4. </template>
  5. <script>
  6. export default {
  7. props: {},
  8. data: () => ({}),
  9. }
  10. </script>