mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
chore: prettier all codes (#10240)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user