mirror of
https://github.com/doocs/md.git
synced 2024-11-28 13:36:32 +08:00
code fix
This commit is contained in:
parent
9a42d070eb
commit
2cd6eb54c8
@ -1,5 +1,5 @@
|
||||
[*.{js,jsx,ts,tsx,vue}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
@ -22,16 +22,16 @@ export default {
|
||||
setTimeout(() => {
|
||||
this.loading = false
|
||||
}, 200)
|
||||
window.console
|
||||
&& window.console.log
|
||||
&& (console.log("Think big, train fast, learn deep. See https://github.com/yanglbme"))
|
||||
window.console &&
|
||||
window.console.log &&
|
||||
(console.log("Think big, train fast, learn deep. See https://github.com/yanglbme"))
|
||||
setTimeout(() => {
|
||||
// document.body.addEventListener('load', prettyPrint())
|
||||
}, 2000)
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user