dep: package update

- decl type 변경 포함
This commit is contained in:
2023-03-20 00:02:04 +09:00
parent 18f7e7b7c1
commit 9e17e58ecb
8 changed files with 94 additions and 98 deletions
+2 -2
View File
@@ -257,7 +257,7 @@
<script lang="ts" setup>
import addMinutes from "date-fns/esm/addMinutes";
import { stringifyUrl } from "query-string";
import queryString from "query-string";
import { onMounted, ref, watch, type PropType, inject, type Ref } from "vue";
import { formatTime } from "@util/formatTime";
import { joinYearMonth } from "@util/joinYearMonth";
@@ -553,7 +553,7 @@ async function reserveCommand() {
const commandName = selectedCommand.value.value;
if (listReqArgCommand.has(commandName)) {
document.location.href = stringifyUrl({
document.location.href = queryString.stringifyUrl({
url: "v_processing.php",
query: {
command: commandName,