mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 02:52:26 +00:00
quill升级到^2.0.2后,一些调整
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -31,3 +31,4 @@ coverage
|
||||
note.md
|
||||
*.bak
|
||||
*.xlsx
|
||||
pnpm-lock.yaml
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"quill": "2.0.2"
|
||||
"quill": "^2.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -5,7 +5,7 @@ settings:
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
overrides:
|
||||
quill: 2.0.2
|
||||
quill: ^2.0.2
|
||||
|
||||
importers:
|
||||
|
||||
@@ -1392,8 +1392,8 @@ packages:
|
||||
resolution: {integrity: sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==}
|
||||
engines: {node: '>= 12.0.0'}
|
||||
|
||||
quill@2.0.2:
|
||||
resolution: {integrity: sha512-QfazNrhMakEdRG57IoYFwffUIr04LWJxbS/ZkidRFXYCQt63c1gK6Z7IHUXMx/Vh25WgPBU42oBaNzQ0K1R/xw==}
|
||||
quill@2.0.3:
|
||||
resolution: {integrity: sha512-xEYQBqfYx/sfb33VJiKnSJp8ehloavImQ2A6564GAbqG55PGw1dAWUn1MUbQB62t0azawUS2CZZhWCjO8gRvTw==}
|
||||
engines: {npm: '>=8.2.3'}
|
||||
|
||||
readdirp@4.0.2:
|
||||
@@ -2057,7 +2057,7 @@ snapshots:
|
||||
|
||||
'@vueup/vue-quill@1.2.0(vue@3.5.13)':
|
||||
dependencies:
|
||||
quill: 2.0.2
|
||||
quill: 2.0.3
|
||||
quill-delta: 4.2.2
|
||||
vue: 3.5.13
|
||||
|
||||
@@ -2889,7 +2889,7 @@ snapshots:
|
||||
lodash.clonedeep: 4.5.0
|
||||
lodash.isequal: 4.5.0
|
||||
|
||||
quill@2.0.2:
|
||||
quill@2.0.3:
|
||||
dependencies:
|
||||
eventemitter3: 5.0.1
|
||||
lodash-es: 4.17.21
|
||||
|
||||
@@ -60,7 +60,7 @@ const options = {
|
||||
keyboard: {
|
||||
bindings: {
|
||||
enter: {
|
||||
key: 13,
|
||||
key: 'Enter',
|
||||
handler: handleEnter
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user