Skip to content

Commit fd7f075

Browse files
committed
chore: update project, add comment
1 parent fe1a61b commit fd7f075

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/project-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: npm install, build, test:coverage and lint
2424
run: |
2525
npm i
26+
npm update
2627
npm run release
2728
env:
2829
CI: true

src/components/dropdown/CDropdownItem.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default {
1111
props: this._props,
1212
staticClass: 'dropdown-item',
1313
attrs: { role: 'menuitem' },
14-
on: {
14+
on: {
15+
//listeners added, due to component was previously functional for compatibility
1516
...this.$listeners,
1617
click: (e) => {
1718
this.$parent.$emit('dropdown-close')

0 commit comments

Comments
 (0)