Skip to content

Commit

Permalink
fix: @vueuse/shared import
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Jan 23, 2024
1 parent d4cf74e commit 757efaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reactive_home/src/dep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export * from "https://esm.noim.io/[email protected]";
export { useNow } from "./composeables/useNow.ts";

// Update this manual with inspecting the esm url via curl -I and fixing the `x-typescript-types` url
// @deno-types="https://esm.noim.io/v135/@vueuse/[email protected]/X-YS92dWUtZGVtaTp2dWVAMy40LjE1CmQvQHZ1ZS9zaGFyZWRAMy40LjE1/index.d.ts"
// @deno-types="https://esm.noim.io/v135/@vueuse/[email protected]/X-ZC9AdnVlL3NoYXJlZEAzLjQuMTUsdnVlQDMuNC4xNQ/index.d.ts"
export {
whenever,
extendRef,
Expand All @@ -42,7 +42,7 @@ export {
watchPausable,
toRef,
tryOnScopeDispose,
} from "https://esm.noim.io/@vueuse/[email protected]?deps=@vue/[email protected]&externals=@vue/runtime-dom&alias=vue-demi:[email protected]";
} from "https://esm.noim.io/@vueuse/[email protected]?deps=@vue/[email protected],[email protected],&externals=@vue/runtime-dom,@vue/[email protected],@vue/runtime-core@3.4.15";

export { watch } from "https://esm.noim.io/@vue/[email protected]";

Expand Down

0 comments on commit 757efaa

Please sign in to comment.