✏️ (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'
|
||||
|
||||
@Component
|
||||
export default class Home extends Vue {
|
||||
export default class FabButton extends Vue {
|
||||
@Prop({ type: Boolean, default: false })
|
||||
public margin!: boolean
|
||||
@Prop({ type: Object, default: () => null })
|
||||
|
||||
Reference in New Issue
Block a user