Skip to content

Commit

Permalink
更新初始化获取元素bug
Browse files Browse the repository at this point in the history
  • Loading branch information
more-strive committed Nov 6, 2024
1 parent e9f4719 commit d118714
Show file tree
Hide file tree
Showing 7 changed files with 1,434 additions and 16,676 deletions.
9 changes: 8 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
"watch": true,
"watchEffect": true,
"watchPostEffect": true,
"watchSyncEffect": true
"watchSyncEffect": true,
"DirectiveBinding": true,
"MaybeRef": true,
"MaybeRefOrGetter": true,
"onWatcherCleanup": true,
"useId": true,
"useModel": true,
"useTemplateRef": true
}
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# 🚀 项目运行
```
node >= 16+
pnpm install
pnpm run dev
pnpm run build
pnpm install // 安装依赖
pnpm dev // debug
pnpm build // prod
```

# 📖 项目结构
Expand Down
Loading

0 comments on commit d118714

Please sign in to comment.