✏️ (fab) correct component name
This commit is contained in:
@@ -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 })
|
||||||
|
|||||||
Reference in New Issue
Block a user