clone code
This commit is contained in:
parent
c9597d1e38
commit
d57bcd1719
362 changed files with 104804 additions and 0 deletions
16
src/components/DropDownNoResultMsg.vue
Normal file
16
src/components/DropDownNoResultMsg.vue
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!-- =============================== -->
|
||||
<!-- 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue