chore: format codes

This commit is contained in:
qier222 2021-04-26 16:26:49 +08:00
parent 6922c716e2
commit 9351f6bc89
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
73 changed files with 2321 additions and 2321 deletions

View file

@ -3,10 +3,10 @@
</template>
<script>
import SvgIcon from "@/components/SvgIcon.vue";
import SvgIcon from '@/components/SvgIcon.vue';
export default {
name: "ExplicitSymbol",
name: 'ExplicitSymbol',
components: {
SvgIcon,
},
@ -23,8 +23,8 @@ export default {
},
created() {
this.svgStyle = {
height: this.size + "px",
width: this.size + "px",
height: this.size + 'px',
width: this.size + 'px',
};
},
};