feat: 更新依赖

This commit is contained in:
wangyu 2023-04-24 14:21:49 +08:00
parent 3ca612b00e
commit fd8c2d4573
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<script setup lang="ts">
import {computed, nextTick, onMounted, ref, watch} from "vue";
import * as url from "url";
import {computed, nextTick, onMounted, ref} from "vue";
const props = defineProps<{
url?: string,