Skip to content

Commit 42e9372

Browse files
committed
docs: add comments
1 parent c4a24e8 commit 42e9372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/plugins/api.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ const SFC = /* vue */ `
8383
`
8484

8585
addCustomTab({
86-
name: 'plugin_count',
86+
name: 'plugin-count',
8787
title: 'Plugin Count',
8888
icon: 'baseline-exposure-plus-1',
89+
// SFC view
8990
view: {
9091
type: 'sfc',
9192
sfc: SFC,

0 commit comments

Comments
 (0)