提交 f2f7b3f3 编写于 作者: D DebugIsFalse

Update [id].vue

上级 ba322526
...@@ -152,7 +152,7 @@ const route = useRoute() ...@@ -152,7 +152,7 @@ const route = useRoute()
const { fetchRequest } = useFetchRequest() const { fetchRequest } = useFetchRequest()
const repos = getMockRepo() const repos = getMockRepo()
const editIndex = ref(0) const editIndex = ref(0)
const { y } = useWindowScroll() const { y } = useWindowScroll({ behavior: 'smooth' })
// todo mock // todo mock
const repoItem = repos.find(item => route.query.repo === item.label) const repoItem = repos.find(item => route.query.repo === item.label)
const state = reactive({ const state = reactive({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册