mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 08:13:01 +00:00
bulma Button minor oversight
This commit is contained in:
parent
d4bd41fc67
commit
99e9f5980f
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ import { Options, Vue } from "vue-class-component";
|
||||||
})
|
})
|
||||||
export default class extends Vue {
|
export default class extends Vue {
|
||||||
public icon?: string;
|
public icon?: string;
|
||||||
public text?: string;
|
public text!: string;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue