mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
chore: remove running logs
This commit is contained in:
parent
7e61fb3aa4
commit
f31ceb0ecf
14
src/App.vue
14
src/App.vue
@ -1,17 +1,3 @@
|
||||
<script>
|
||||
export default {
|
||||
onLaunch: function () {
|
||||
console.log("App Launch");
|
||||
},
|
||||
onShow: function () {
|
||||
console.log("App Show");
|
||||
},
|
||||
onHide: function () {
|
||||
console.log("App Hide");
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
/* 每个页面公共css */
|
||||
@import url("./assets/less/style-mirror.css");
|
||||
|
Loading…
Reference in New Issue
Block a user