We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59996b9 commit 86156f5Copy full SHA for 86156f5
docs/plugins/api.md
@@ -51,14 +51,13 @@ addCustomTab({
51
category: 'advanced',
52
})
53
54
-
55
const SFC = /* vue */ `
56
<script setup lang="ts">
57
import { ref } from 'vue'
58
+
59
const count = ref(0)
60
</script>
61
62
<template>
63
<div class="h-full w-full flex flex-col items-center justify-center">
64
<div>
@@ -69,7 +68,7 @@ const SFC = /* vue */ `
69
68
</button>
70
</div>
71
</template>
72
73
<style scoped>
74
.btn {
75
background-color: #4c51bf;
0 commit comments