11 lines
161 B
Vue
11 lines
161 B
Vue
<template>
|
|
<v-chip text="Coming Soon" size='x-small' color="grey" variant="text"/>
|
|
</template>
|
|
|
|
<script setup>
|
|
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
|
|
</style> |