Skip to content

Commit c82cbfa

Browse files
committed
Fix accordionTab tag namespace issue
1 parent b1dd101 commit c82cbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/accordion/accordiontab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<script>
3939
let idx = 0;
4040
export default {
41-
name: 'p-accordionTab',
41+
name: 'vf-accordionTab',
4242
data: function () {
4343
return {
4444
animating: false,

0 commit comments

Comments
 (0)