vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

Work fine on macOS but windows

Open KyleBing opened this issue 4 years ago • 0 comments
trafficstars

the same project runs on different platforms macOS is fine, but windows is not.

project link: https://github.com/KyleBing/wubi-dict-editor

screen2021_0803_0912

F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:40 [Vue warn]: Unhandled error during execution of created hook 
  at <RecycleScroller key=0 buffer=500 prerender=200  ... > 
  at <App>
warn @ F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:40
F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:40 [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next 
  at <RecycleScroller key=0 buffer=500 prerender=200  ... > 
  at <App>
warn @ F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:40
F:\github\wubi-dict-editor\node_modules\vue-virtual-scroller\dist\vue-virtual-scroller.umd.js:883 Uncaught (in promise) TypeError: Cannot read property 'id' of undefined
    at Proxy.updateVisibleItems (F:\github\wubi-dict-editor\node_modules\vue-virtual-scroller\dist\vue-virtual-scroller.umd.js:883)
    at Proxy.created (F:\github\wubi-dict-editor\node_modules\vue-virtual-scroller\dist\vue-virtual-scroller.umd.js:661)
    at callWithErrorHandling (F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:157)
    at callWithAsyncErrorHandling (F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:166)
    at callHook (F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:3190)
    at applyOptions (F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:3117)
    at finishComponentSetup (F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:7209)
    at setupStatefulComponent (F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:7119)
    at setupComponent (F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:7046)
    at mountComponent (F:\github\wubi-dict-editor\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js:5058)
DevTools failed to load source map: Could not parse content for file:///F:/github/wubi-dict-editor/index.js.map: Unexpected end of JSON input
DevTools failed to load source map: Could not parse content for file:///F:/github/wubi-dict-editor/vue-virtual-scroller.umd.js.map: Unexpected end of JSON input

KyleBing avatar Aug 03 '21 01:08 KyleBing