\r\n \u003C/div>\r\n \u003C/div>\r\n \u003Cdiv class=\"content\">\r\n \u003Cslot />\r\n \u003C/div>\r\n \u003C/UseDraggable>\n\n### Reproduction\n\n无\n\n### System Info\n\n```Shell\nThe requested module '/_nuxt/node_modules/@vueuse/shared/index.mjs?v=0a1b3ba5' does not provide an export named 'notNullish'\n```\n\n\n### Used Package Manager\n\nyarn\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://github.com/vueuse/vueuse/blob/main/CODE_OF_CONDUCT.md)\n- [X] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://vueuse.org/guide).\n- [X] Check that there isn't [already an issue](https://github.com/vueuse/vueuse/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.\n- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vueuse/vueuse/discussions).\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[],3351,"在import { UseDraggable } from '@vueuse/components'的时候报错","2023-11-04T12:02:44Z","https://github.com/vueuse/vueuse/issues/3351",0.6910667,{"description":2926,"labels":2927,"number":2928,"owner":2868,"repository":2868,"state":2869,"title":2929,"updated_at":2930,"url":2931,"score":2932},"### Describe the bug\n\nCan't get `isOutside` after window scrolling\n\n### Reproduction\n\nhttps://play.vueuse.org/#N4IgDghgxg1hDmBTAziAXAbVAOwgW0XRADcBXRAWgBNE8BLEAGhGQHtSAnKQtEU7MDHhMQNZFA50wAFzqtsRAGrkABABFadFQAoAFhAA2AMxV1sKgGIdE2KLoCUp5CogqaxRAdZgz8FaVkDOmkATxcDLwB3ZxD2FWlWFUjJaUQVAFVsOg8OZEMVZTSAGToAIw4ISRQVI1YOAtUAJhUAMhUAZhFOAyJdaWkwZDQAemH+QXgAOihWPGGyShp6YaDS4bMaAA9JvAArVABfRhx8HhAAAQXSZERh5H1rKhE2Tm4icaERMQkpWXkiADKD0QVAaiHSN38gWCdBQky6HB6vD6AyGow+Uxmc0u5Gut3ulRB5wAjAAGSbEyak9bYLY7fYgI4nAhEHGIPHDGbWZ7sLhnDFfFA-GRyBS8ADCrAiiCgf3MrBMKBu2Fk+UKKkleDArGQMPkGWhshQCKRIBRgxGYwEQmms2GbI5XMQJPJlOpG0Q2z2hwAuswjHQDMa0KAAIJgMCTBboUCpLUGCCpIgAHio2RUyFCQYAvAAdM2IOjwPpoFQAVlJpLAm3zAD5c+YVLpC8XpKWK1Wa9hk8M08R692+wOVCpNqXgMBNgcDg2RyFx8AQtPZ04APIBXU0Bd0ZDr6SbxDL7u97ID1Pp6xGPMgaSVJDSABKiCM+YzWcQ1+bRZLKgALJ2AG5SjqGgOFLYlqwzKU6FBR461vDh7wocQOClAwXFpJtWByUxpB7IcG3PYg3xCHN8y-Vt20ras6xXCifw7GjjwI7AG2eYVpCIOgtTqaRgEvA4alQvAVAAcgWUSG247UOGkFRgH8G4AFl2BuABJbAAFEgwIFUVEEoxhLEh0bk5OpEEk1jbHkTN4jvRBH2fFRsxUS9tGwUgInsBsGxmbBbIUzZGBUEJgp3PcD305zFMQFS8Q07TaBsaRtAQ+8nyMYLgFCMBEFLUSoCCZLRIObyrMZacgA\n\n### System Info\n\n```Shell\nnext\n```\n\n\n### Used Package Manager\n\npnpm\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://github.com/vueuse/vueuse/blob/main/CODE_OF_CONDUCT.md)\n- [X] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://vueuse.org/guide).\n- [X] Check that there isn't [already an issue](https://github.com/vueuse/vueuse/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.\n- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vueuse/vueuse/discussions).\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[],3377,"`useMouseInElement` set `type:'client'` can't get `isOutside`","2023-11-09T17:27:04Z","https://github.com/vueuse/vueuse/issues/3377",0.69415444,{"description":2934,"labels":2935,"number":2936,"owner":2868,"repository":2868,"state":2869,"title":2937,"updated_at":2938,"url":2939,"score":2940},"### Describe the bug\r\n\r\nAccording to the [documentation](https://vueuse.org/shared/usetoggle/#usage) you can import `useToggle` from `@vueuse/core`, but this does not exist, it is located under `@vueuse/shared`.\r\n\r\n\r\n\r\nBut in all the demos it imports correctly, like under [useDark](https://github.com/vueuse/vueuse/blob/main/packages/core/useDark/demo.vue#L2).\r\n\r\nIn addition, it is also incorrectly referenced in some other parts of the documentation, such as under [useDark](https://vueuse.org/core/useDark/#basic-usage).\r\n\r\nI think that is also meant here in the [issue](https://github.com/vueuse/vueuse/issues/1112).\r\n\r\n### Reproduction\r\n\r\n[Repo](https://github.com/vueuse/vueuse/tree/main/packages/core)\r\n\r\n### System Info\r\n\r\n```Shell\r\n/\r\n```\r\n\r\n\r\n### Used Package Manager\r\n\r\nnpm\r\n\r\n### Validations\r\n\r\n- [X] Follow our [Code of Conduct](https://github.com/vueuse/vueuse/blob/main/CODE_OF_CONDUCT.md)\r\n- [X] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md).\r\n- [X] Read the [docs](https://vueuse.org/guide).\r\n- [X] Check that there isn't [already an issue](https://github.com/vueuse/vueuse/issues) that reports the same bug to avoid creating a duplicate.\r\n- [X] Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.\r\n- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vueuse/vueuse/discussions).\r\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[],1323,"There is no 'useToggle' in '@vueuse/core'","2022-02-27T19:48:29Z","https://github.com/vueuse/vueuse/issues/1323",0.6946743,{"description":2942,"labels":2943,"number":2944,"owner":2868,"repository":2868,"state":2869,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Describe the bug\n\nNot reactive if you use the current lib in the module federation (https://github.com/originjs/vite-plugin-federation)\r\n\r\n\u003Cimg width=\"1544\" alt=\"Screenshot 2023-03-29 at 00 05 57\" src=\"https://user-images.githubusercontent.com/6079139/228368836-e884d189-775f-4bca-ae19-dd0479f6eeac.png\">\r\n\r\n```javascript\r\nimport { computed } from 'vue'\r\nimport { defineStore } from 'pinia'\r\nimport { useStorage } from '@vueuse/core'\r\n\r\nexport const useCounterStore = defineStore('counter', () => {\r\n const count = useStorage('count', 0) // not reactive in module federation\r\n const doubleCount = computed(() => count.value * 2)\r\n function increment() {\r\n count.value++\r\n }\r\n\r\n return { count, doubleCount, increment }\r\n})\r\n```\n\n### Reproduction\n\nhttps://github.com/AndreiSoroka/useStorage-reproduce-in-mf\n\n### System Info\n\n```Shell\nSystem:\r\n OS: macOS 12.6\r\n CPU: (10) arm64 Apple M1 Pro\r\n Memory: 105.80 MB / 16.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 18.14.0 - /usr/local/bin/node\r\n npm: 9.3.1 - /usr/local/bin/npm\r\n Browsers:\r\n Chrome: 111.0.5563.110\r\n Safari: 15.6.1\r\n```\n```\n\n\n### Used Package Manager\n\nnpm\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://github.com/vueuse/vueuse/blob/main/CODE_OF_CONDUCT.md)\n- [X] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://vueuse.org/guide).\n- [X] Check that there isn't [already an issue](https://github.com/vueuse/vueuse/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.\n- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vueuse/vueuse/discussions).\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[],2916,"VueUse/core useStorage not reactive in module federation","2023-03-29T17:43:32Z","https://github.com/vueuse/vueuse/issues/2916",0.6967414,["Reactive",2950],{},["Set"],["ShallowReactive",2953],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$faV0f5CDOrp-CtHtxUU-6nJdyng5hv-xfrTVBG88ucVo":-1},"/vueuse/vueuse/4256"]