diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index de6a674..7ef9f55 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,7 +2,8 @@ "version" : "1.0", "configurations" : [ { - "customPlaygroundType" : "local", + "customPlaygroundType" : "device", + "packageName" : "io.dcloud.HBuilder", "playground" : "custom", "type" : "uni-app:app-android" } diff --git a/App.vue b/App.vue index ee288b1..fda3d27 100644 --- a/App.vue +++ b/App.vue @@ -1,16 +1,33 @@