mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
refactor(components): 组件分组
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
import { reactive, toRefs, onMounted } from "vue";
|
||||
import { listNewestRankBooks } from "@/api/book";
|
||||
export default {
|
||||
name: "HomeBookNewestRank",
|
||||
name: "BookNewestRank",
|
||||
setup() {
|
||||
const state = reactive({
|
||||
books: [],
|
||||
@@ -86,7 +86,7 @@
|
||||
import { reactive, toRefs, onMounted } from "vue";
|
||||
import { listUpdateRankBooks } from "@/api/book";
|
||||
export default {
|
||||
name: "HomeBookUpdateRank",
|
||||
name: "BookUpdateRank",
|
||||
setup() {
|
||||
const state = reactive({
|
||||
booksRank: [],
|
||||
@@ -40,7 +40,7 @@
|
||||
import { reactive, toRefs, onMounted } from "vue";
|
||||
import { listVisitRankBooks } from "@/api/book";
|
||||
export default {
|
||||
name: "HomeBookVisitRank",
|
||||
name: "BookVisitRank",
|
||||
setup() {
|
||||
const state = reactive({
|
||||
books: [],
|
||||
Reference in New Issue
Block a user