fix: use Salix to get the list of confirmed orders #124
|
@ -1,5 +1,5 @@
|
|||
<script setup>
|
||||
import {ref, onMounted, inject, watch} from 'vue';
|
||||
import { ref, onMounted, inject, watch } from 'vue';
|
||||
import { useRoute } from 'vue-router';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
||||
|
|
Loading…
Reference in New Issue