修改ts配置

This commit is contained in:
编码猿
2025-09-19 02:32:15 +08:00
parent 4e06a0caed
commit 05bcc3376c
4 changed files with 49 additions and 52 deletions

View File

@@ -32,7 +32,6 @@ export default class Header extends VueComponent<HeaderProps> {
console.log('Header 组件的 mounted 生命周期...')
}
render() {
const { text, list } = useProps<HeaderProps>();

View File

@@ -25,7 +25,6 @@ export default class Home extends VueComponent {
@Link() H1?: HTMLDivElement
@Autobind()
async addCount() {
this.count++

View File

@@ -16,8 +16,7 @@
"lib": [
"ES2020",
"dom",
"dom.iterable",
"scripthost"
"dom.iterable"
],
"skipLibCheck": true,
"paths": {