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