Skip to content

Commit 86156f5

Browse files
[autofix.ci] apply automated fixes
1 parent 59996b9 commit 86156f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/plugins/api.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,13 @@ addCustomTab({
5151
category: 'advanced',
5252
})
5353

54-
5554
const SFC = /* vue */ `
5655
<script setup lang="ts">
5756
import { ref } from 'vue'
58-
57+
5958
const count = ref(0)
6059
</script>
61-
60+
6261
<template>
6362
<div class="h-full w-full flex flex-col items-center justify-center">
6463
<div>
@@ -69,7 +68,7 @@ const SFC = /* vue */ `
6968
</button>
7069
</div>
7170
</template>
72-
71+
7372
<style scoped>
7473
.btn {
7574
background-color: #4c51bf;

0 commit comments

Comments
 (0)