Skip to content

Commit

Permalink
🐛➕ resizeobserver is not defined (#67)
Browse files Browse the repository at this point in the history
close: #67
  • Loading branch information
kyuwoo-choi committed Feb 12, 2020
1 parent 27e96a6 commit 50a4efb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"enquire.js": "2.1.6",
"json2mq": "0.2.0",
"lodash": "4.17.15",
"resize-observer-polyfill": "1.5.1",
"vue": "^2.6.10"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/InnerSlider.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script>
import ResizeObserver from 'resize-observer-polyfill'
import debounce from 'lodash.debounce'
import SliderTrack from './SliderTrack'
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9011,7 +9011,7 @@ requires-port@^1.0.0:
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=

resize-observer-polyfill@^1.5.0:
resize-observer-polyfill@1.5.1, resize-observer-polyfill@^1.5.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==
Expand Down

0 comments on commit 50a4efb

Please sign in to comment.