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.
| 1234567891011 |
- <template lang="pug">
- w-tag(color="mint-green" bg-color="green" xl).xs12.mt4.mb4
- p.pa4.text-upper pair pending
- </template>
-
- <script>
- export default {
- props: {},
- data: () => ({}),
- }
- </script>
|