🚨 Lint

This commit is contained in:
Liyas Thomas
2019-11-02 11:02:21 +05:30
parent 9023e62fb4
commit b95eaf1aed
28 changed files with 1644 additions and 1496 deletions

View File

@@ -36,21 +36,21 @@
</template>
<style>
#circle3814 {
/* fill: var(--fg-color); */
fill: transparent;
}
/* #path3816 {
#circle3814 {
/* fill: var(--fg-color); */
fill: transparent;
}
/* #path3816 {
fill: var(--bg-color);
} */
</style>
<script>
export default {
props: {
color: {
type: String
}
export default {
props: {
color: {
type: String
}
};
}
};
</script>