Skip to content

Commit

Permalink
fix: minors
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Mar 11, 2024
1 parent 3c911ec commit f1538f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/VSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default class VToggleSwitch extends Vue {
}
checked: boolean = this.modelValue;
activate() {
if (this.disabled) {
return;
Expand Down
2 changes: 2 additions & 0 deletions src/components/VueNumeric.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import { unformat, formatMoney, toFixed } from 'accounting-js'
export default defineComponent({
name: 'VueNumeric',
emits: ['update:modelValue', 'change', 'blur', 'focus'],
props: {
/**
* Allow clear.
Expand Down

0 comments on commit f1538f7

Please sign in to comment.