orgin/master #1

Merged
uniccoo merged 257 commits from orgin/master into master 2024-06-18 15:49:12 +00:00
2 changed files with 7 additions and 5 deletions
Showing only changes of commit e6bd329511 - Show all commits

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"
}
}