更新了搜索功能 (终于!) 1.1.0 版本 Release!
All checks were successful
Build / build-and-test (push) Successful in 33s
All checks were successful
Build / build-and-test (push) Successful in 33s
This commit is contained in:
@ -168,8 +168,8 @@ onBeforeUnmount(() => {
|
||||
<a @click="$router.back()">返回</a>
|
||||
</template>
|
||||
<template v-if="workReadState.state == 'ready'">
|
||||
<h1>{{ workReadState.title }}</h1>
|
||||
<h2>{{ workReadState.pesud }}</h2>
|
||||
<h2>{{ workReadState.title }}</h2>
|
||||
<h4>{{ workReadState.pesud }}</h4>
|
||||
<dl>
|
||||
<template v-if="workReadState.category"><dt>作品圈</dt><ul>
|
||||
<li v-for="item in workReadState.category" :key="item">
|
||||
|
Reference in New Issue
Block a user