Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Dec 1, 2024
1 parent 0e73c46 commit 54f2690
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/pages/projects/[id]/fork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,29 @@ import { useHead } from "@unhead/vue";
export default {
data() {
return {
project: {},
project: {
id: 0,
type: "scratch",
licence: "加载中",
authorid: 89,
state: "public",
view_count: 119,
time: "2000-01-01T00:00:00.000Z",
title: "加载中",
description: "加载中",
tags: "",
source:
"",
author: {
id: 89,
username: "加载中",
display_name: "加载中",
state: 0,
regTime: "2000-01-01T00:00:00.000Z",
motto: "加载中",
images: "加载中",
},
},
openEditor: openEditor,
localuser: localuser,
checktext: "",
Expand Down

0 comments on commit 54f2690

Please sign in to comment.