Blame view

src/Services/AllApiCalls.js 212 Bytes
6f7cf8cf5   Amber Dev   added discussion ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  import GetApis from "@/Services/GetApis.js";
  import PutApis from "@/Services/PutApis.js";
  export default {
      mixins: [GetApis, PutApis],
      data() {
          return {
  
          }
      },
      methods: {
  
  
      },
  }