vue3:(bug) Add missing css import on button.vue

This commit is contained in:
chakir qatab 2023-01-02 14:33:05 +04:00
parent c7ee46346a
commit d18b8dac64

View File

@ -3,6 +3,7 @@
</template>
<script lang="ts" setup>
import "./buttons.css"
import { computed } from 'vue';
type Props = {
label: string,