14 lines
448 B
Vue
14 lines
448 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">088-264-9800</span>
|
||
|
|
</span>
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script setup lang="ts"></script>
|
||
|
|
|
||
|
|
<style scoped></style>
|