Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
fix: add component name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsasharegan committed Oct 8, 2017
1 parent 7e45418 commit 5d739f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VueTransmit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const STATUSES = {
SUCCESS: "success",
}
@Component
@Component({ name: "VueTransmit" })
export default class VueTransmit extends Vue {
@Prop({ type: String, default: "div" })
tag: string
Expand Down

0 comments on commit 5d739f6

Please sign in to comment.