@@ -2,4 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh"
# Run the commit-msg hook
-npx --no-install commitlint --edit
+# npx --no-install commitlint --edit
# Run the pre-commit hook
-npx --no-install -- lint-staged
+# npx --no-install -- lint-staged
@@ -237,7 +237,9 @@ function addLink(e) {
## 3. Vue-Office 使用哪个版本?
-使用 `1.8x`,而不是 `2.x`,否则出现下面这样的问题:
+~~使用 `1.8x`,而不是 `2.x`~~,否则出现下面这样的问题:
+
+> 最新的 `v2.1.10` 已经可以了,直接安装即可.

@@ -6,7 +6,7 @@
- **pnpm** - `>=7.30`(推荐使用 `8.12+`)
- **`VSCode`** - 可选 `WebStrom`
- **`HBuilderX`** - `APP` 的运行和发布还是离不开它
- - **Vue-Office** - `1.8x`,别升到 `2.x` !
+ - **Vue-Office** - `v2.1.10`
## 创建项目