update vue to 3.3.

This commit is contained in:
2023-05-16 19:14:43 +08:00
parent 271d662554
commit c27f5c43c7
7 changed files with 169 additions and 256 deletions

View File

@@ -84,7 +84,7 @@ onMounted(getContestDetail)
<template>
<h2 class="title">
{{ $route.name === "admin contest create" ? "新建比赛" : "编辑比赛" }}
{{ route.name === "admin contest create" ? "新建比赛" : "编辑比赛" }}
</h2>
<n-form inline>
<n-form-item label="标题">