17 lines
559 B
Vue
17 lines
559 B
Vue
<template>
|
|
<div class="row items-center justify-center q-gutter-sm">
|
|
<q-icon name="support_agent" color="primary" size="sm" />
|
|
<span class="text-body2">
|
|
พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ
|
|
<span class="text-weight-medium text-primary"
|
|
><a href="tel:0882649800" style="text-decoration: none; color: inherit"
|
|
>088-264-9800</a
|
|
></span
|
|
>
|
|
</span>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|
|
|
|
<style scoped></style>
|