Skip to content

Commit c9ca2f8

Browse files
committed
chore: remove debug
1 parent d6c9260 commit c9ca2f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

playground/src/App.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { computed, inject, toRefs, watch } from 'vue'
2+
import { inject, toRefs, watch } from 'vue'
33
import { useBase64 } from '@vueuse/core'
44
import { useUserStore } from '../store/user'
55
@@ -9,9 +9,6 @@ login()
99
const text = $inject('text', $token)
1010
const { base64 } = $useBase64($text)
1111
12-
const a = $computed(() => 1)
13-
const b = $(computed(() => 1))
14-
1512
watch($base64, () => {
1613
console.log(base64)
1714
})

0 commit comments

Comments
 (0)