Skip to content

Commit 09b274c

Browse files
committed
fix(linting): fix linting
1 parent c0297cb commit 09b274c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

playground/pages/index.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@
3939
</template>
4040

4141
<script setup lang="ts">
42-
const { fetch: fetchTokens, $t } = useTokens()
42+
const { fetch: fetchTokens } = useTokens()
4343
4444
const { data } = await useAsyncData(fetchTokens)
45+
46+
// eslint-disable-next-line no-console
47+
console.log(data.value)
4548
</script>
4649

4750
<style scoped lang="postcss">

0 commit comments

Comments
 (0)