Explorar el Código

初始化

master
JinxChen hace 1 mes
padre
commit
6b289feb8a
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. +2
    -2
      package.json
  2. +1
    -1
      pages/index/index.vue

+ 2
- 2
package.json Ver fichero

@@ -1,12 +1,12 @@
{
"name": "uni-template",
"name": "ai-skin-measurement-mp",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Miss丶盟",
"author": "author",
"license": "ISC",
"dependencies": {
"uni-read-pages": "^1.0.5",


+ 1
- 1
pages/index/index.vue Ver fichero

@@ -11,7 +11,7 @@
export default {
data() {
return {
title: 'uni-template'
title: ''
}
},
onLoad() {


Cargando…
Cancelar
Guardar