This commit is contained in:
Viet An
2026-04-15 09:43:11 +07:00
parent e5b80124fc
commit 52d6cc3ca4
6 changed files with 119 additions and 84 deletions

View File

@@ -12,6 +12,6 @@ const props = defineProps({
class="has-text-grey-70"
/>
<p>Chưa hoá đơn</p>
<button class="button is-primary has-background-purple">Tạo hoá đơn</button>
<button class="button is-purple">Tạo hoá đơn</button>
</div>
</template>