Skip to content

Commit

Permalink
[chore]: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
0x009922 committed Mar 13, 2023
1 parent c1145a0 commit 93da1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/composables/conditional-scope.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Ref, effectScope, EffectScope, watch, onScopeDispose } from 'vue'

// TODO use vue-kakuyaku
export function useConditionalScope(enabled: Ref<boolean>, scopeSetupFn: () => void) {
let scope: EffectScope | null = null

Expand Down

0 comments on commit 93da1a4

Please sign in to comment.