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

12 lines
260 B
Vue

<template>
<ch-flex class="ch-empty" justify="center" items="center">
<ch-icon name="empty" :size="100" color="#bbb"></ch-icon>
</ch-flex>
</template>
<script setup name="ch-empty">
</script>
<style lang="scss" scoped>
@import './ch-empty.scss';
</style>