Browse Source

Merge branch 'user/fengchang/tryintegragefbmessager' of fxie/hichina2023 into master

fxie 1 năm trước cách đây
mục cha
commit
dec5779cc6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      hichina-main-front-mobile-first/src/pages/ContactPage.vue

+ 4 - 0
hichina-main-front-mobile-first/src/pages/ContactPage.vue

@@ -35,6 +35,10 @@
 </template>
 
 <script>
+import { ref, onMounted, onBeforeMount, getCurrentInstance } from "vue";
+import { useQuasar } from "quasar";
+import { api } from "boot/axios";
+import Qs from "qs";
 export default {
   name: "ContactPage",
   setup() {