Browse Source

删除 App.vue

张平 4 years ago
parent
commit
be2aac3572
1 changed files with 0 additions and 17 deletions
  1. 0 17
      App.vue

+ 0 - 17
App.vue

@@ -1,17 +0,0 @@
-<script>
-	export default {
-		onLaunch: function() {
-			console.log('App Launch')
-		},
-		onShow: function() {
-			console.log('App Show')
-		},
-		onHide: function() {
-			console.log('App Hide')
-		}
-	}
-</script>
-
-<style>
-	/*每个页面公共css */
-</style>