quill升级到^2.0.2后,一些调整

This commit is contained in:
bob
2025-01-07 20:55:05 +08:00
parent 93aebf3400
commit 6d9f203006
4 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@@ -31,3 +31,4 @@ coverage
note.md note.md
*.bak *.bak
*.xlsx *.xlsx
pnpm-lock.yaml

View File

@@ -49,7 +49,7 @@
}, },
"pnpm": { "pnpm": {
"overrides": { "overrides": {
"quill": "2.0.2" "quill": "^2.0.2"
} }
} }
} }

10
pnpm-lock.yaml generated
View File

@@ -5,7 +5,7 @@ settings:
excludeLinksFromLockfile: false excludeLinksFromLockfile: false
overrides: overrides:
quill: 2.0.2 quill: ^2.0.2
importers: importers:
@@ -1392,8 +1392,8 @@ packages:
resolution: {integrity: sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==} resolution: {integrity: sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==}
engines: {node: '>= 12.0.0'} engines: {node: '>= 12.0.0'}
quill@2.0.2: quill@2.0.3:
resolution: {integrity: sha512-QfazNrhMakEdRG57IoYFwffUIr04LWJxbS/ZkidRFXYCQt63c1gK6Z7IHUXMx/Vh25WgPBU42oBaNzQ0K1R/xw==} resolution: {integrity: sha512-xEYQBqfYx/sfb33VJiKnSJp8ehloavImQ2A6564GAbqG55PGw1dAWUn1MUbQB62t0azawUS2CZZhWCjO8gRvTw==}
engines: {npm: '>=8.2.3'} engines: {npm: '>=8.2.3'}
readdirp@4.0.2: readdirp@4.0.2:
@@ -2057,7 +2057,7 @@ snapshots:
'@vueup/vue-quill@1.2.0(vue@3.5.13)': '@vueup/vue-quill@1.2.0(vue@3.5.13)':
dependencies: dependencies:
quill: 2.0.2 quill: 2.0.3
quill-delta: 4.2.2 quill-delta: 4.2.2
vue: 3.5.13 vue: 3.5.13
@@ -2889,7 +2889,7 @@ snapshots:
lodash.clonedeep: 4.5.0 lodash.clonedeep: 4.5.0
lodash.isequal: 4.5.0 lodash.isequal: 4.5.0
quill@2.0.2: quill@2.0.3:
dependencies: dependencies:
eventemitter3: 5.0.1 eventemitter3: 5.0.1
lodash-es: 4.17.21 lodash-es: 4.17.21

View File

@@ -60,7 +60,7 @@ const options = {
keyboard: { keyboard: {
bindings: { bindings: {
enter: { enter: {
key: 13, key: 'Enter',
handler: handleEnter handler: handleEnter
} }
} }