This commit is contained in:
熊丽君
2021-09-01 10:55:59 +08:00
commit 1d6989e2b1
156 changed files with 30472 additions and 0 deletions

20
App.vue Normal file
View File

@ -0,0 +1,20 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import "uview-ui/index.scss";
@import "static/css/quill.core.css";
@import "static/css/quill.snow.css";
</style>