🌐 AI搜索 & 代理 主页
Skip to content

Commit 6e396ea

Browse files
docs(form-tags): fix unmatched quote in wrapper example (#5796)
1 parent 73383bf commit 6e396ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-tags/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ You can easily create a custom wrapper component with your preferred rendering s
833833
import { BFormTags } from 'bootstrap-vue'
834834
835835
export default {
836-
name: 'MyCustomTags",
836+
name: 'MyCustomTags',
837837
components: { BFormTags },
838838
model: {
839839
prop: 'value',

0 commit comments

Comments
 (0)