This commit is contained in:
h_mo 2022-06-19 20:36:46 +08:00
parent ef431144aa
commit e6bd329511
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"name": "uni-preset-vue",
"name": "uni-preset-vue3",
"version": "0.0.0",
"scripts": {
"dev:app": "uni -p app",

View File

@ -1,6 +1,6 @@
{
"name" : "",
"appid" : "",
"name" : "uni-preset-vue-ts",
"appid" : "__UNI__38BE53A",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@ -75,10 +75,12 @@
"vueVersion" : "3",
"h5" : {
"router" : {
"mode" : "history"
"mode" : "hash",
"base" : "./"
},
"devServer" : {
"https" : false
}
},
"title" : "uni-preset-vue3"
}
}