Skip to content

Commit 370b995

Browse files
committed
fix props attributes should be { width: '30px', height: '30px' }.
1 parent 565ebab commit 370b995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Loading.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class VueLoading extends Vue {
2222
@Prop({ default: '#5ac1dd'})
2323
private color: string
2424
25-
@Prop({ default: '#5ac1dd'})
25+
@Prop({ default: { width: '30px', height: '30px' }})
2626
private size: { width: string, height: string }
2727
2828
private get svg () {

0 commit comments

Comments
 (0)