hrms-mgt/src/components/DropDownNoResultMsg.vue
2023-06-01 12:54:58 +07:00

16 lines
647 B
Vue

<!-- =============================== -->
<!-- Component Show No Result Found Message -->
<!-- When filtering Drodown(q-select) -->
<!-- อความทจะแสดงเวลาคนหาขอมลในดรอบดาวนไมเจอ -->
<!-- ใชหลายท จะได css เดยว -->
<!-- =============================== -->
<template>
<q-item>
<q-item-section class="text-black"> ไมพบขอมลทนหา </q-item-section>
</q-item>
</template>
<script setup lang="ts"></script>
<style lang="scss"></style>