We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8725e5b commit 470d545Copy full SHA for 470d545
README.md
@@ -3,7 +3,7 @@
3
主要实现了几个模块,分别是换肤功能,头像更换,todolist,还有记账功能,同时还有备忘录,当然,如果你是一个选择困难症,还可以让它帮你选择今天吃什么。
4
一个十足的date-helper.
5
> A Vue.js project
6
-
+## 安装,部分电脑安装nodesass经常出错,推荐cnpm安装,请戳 https://npm.taobao.org/
7
## 演示
8

9
## 项目在线demo(移动端)
src/views/editFood.vue
@@ -4,7 +4,7 @@
<h1 class="myTitle">编辑食物</h1>
</div>
<div class="editPart">
- <input type="text" placeholder="记得吃好穿好长胖胖~~" v-model="editFood" :value="editFood">
+ <input type="text" placeholder="记得吃好穿好长胖胖~~" v-model="editFood" >
<div class="fixBottom spacing confirm slideIn dataPlan">
10
<a href="javascript:;" class="weui-btn weui-btn_primary" @click="savechange">确定</a>
0 commit comments