Skip to content

Commit 974750e

Browse files
committed
fix eslint
1 parent e83c260 commit 974750e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/AvatarUpload/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</div>
2121
</div>
2222
</template>
23+
2324
<script lang="ts">
2425
import { Component, Prop, Vue } from 'vue-property-decorator'
2526
import imgUpload from 'vue-image-crop-upload'
@@ -30,7 +31,6 @@ import imgUpload from 'vue-image-crop-upload'
3031
imgUpload
3132
}
3233
})
33-
3434
export default class extends Vue {
3535
@Prop({ default: true }) private value!: boolean
3636

src/views/components-demo/avatar-upload.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default class extends Vue {
6262
</script>
6363

6464
<style scoped>
65-
.avatar{
65+
.avatar {
6666
width: 200px;
6767
height: 200px;
6868
border-radius: 50%;

0 commit comments

Comments
 (0)