✏️ (fab) correct component name

This commit is contained in:
Julien Calixte
2020-04-25 01:05:27 +02:00
parent 544e471fe6
commit 6991053b53

View File

@@ -43,7 +43,7 @@ import { Component, Vue, Prop } from 'vue-property-decorator'
import { throttle } from 'lodash-es' import { throttle } from 'lodash-es'
@Component @Component
export default class Home extends Vue { export default class FabButton extends Vue {
@Prop({ type: Boolean, default: false }) @Prop({ type: Boolean, default: false })
public margin!: boolean public margin!: boolean
@Prop({ type: Object, default: () => null }) @Prop({ type: Object, default: () => null })