chore: prettier all codes (#10240)

This commit is contained in:
neverland
2022-01-25 14:42:35 +08:00
committed by GitHub
parent 8bc55c8b32
commit 969f0a7b41
12 changed files with 34 additions and 35 deletions

View File

@@ -5,15 +5,15 @@
</template>
<script>
const a = 1
a = 1
const a = 1;
a = 1;
export default {
data() {
return {
arr: [1, 2, 3]
}
}
}
arr: [1, 2, 3],
};
},
};
</script>
<style></style>