mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-17 13:20:52 +08:00
fix: using reszie-observer-polyfill
This commit is contained in:
parent
35ed83cdb8
commit
9019fe4fba
@ -73,6 +73,7 @@
|
||||
"prettier-eslint": "^9.0.0",
|
||||
"progress-bar-webpack-plugin": "^1.12.1",
|
||||
"regenerator-runtime": "^0.13.2",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"schema-utils": "^1.0.0",
|
||||
"showdown": "^1.9.0",
|
||||
"sinon": "^7.3.2",
|
||||
|
@ -1,3 +1,5 @@
|
||||
import ResizeObserver from 'resize-observer-polyfill'
|
||||
|
||||
class ResizeObserverDelegate {
|
||||
constructor () {
|
||||
console.log('resize observer')
|
||||
|
Loading…
Reference in New Issue
Block a user