修改帮助文档

This commit is contained in:
编码猿
2025-09-19 02:39:34 +08:00
parent 886308ee90
commit 64db72b3d6
3 changed files with 165 additions and 57 deletions

View File

@@ -34,7 +34,6 @@ export default class Header extends VueComponent<HeaderProps> {
render() {
const { text, list } = useProps<HeaderProps>();
return (
<div class="header">

View File

@@ -1,7 +1,6 @@
import { Autobind, Component, Link, Mut, VueComponent } from 'vue3-oop'
import Header from '@/components/Header'
interface ListItemType {
id: number
title: string
@@ -45,7 +44,6 @@ export default class Home extends VueComponent {
} }
list={ this.newList }
text={ this.text }>
</Header>
</div>
)