Skip to content

Commit e3fcf96

Browse files
committed
fix: register used CLink component in CDropdown
1 parent 2ced24b commit e3fcf96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/dropdown/CDropdown.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ import { mixin as clickaway } from 'vue-clickaway2'
3939
export default {
4040
name: 'CDropdown',
4141
mixins: [ clickaway ],
42+
components: {
43+
CLink
44+
},
4245
props: {
4346
togglerText: {
4447
type: String,

0 commit comments

Comments
 (0)