支持SSR、升级Vue版本和增加新的icon (#40)

* search component add new style

* update vue version and support ssr

* unit test

* add new icon

* new icon
This commit is contained in:
张敏
2017-06-15 19:46:56 +08:00
committed by Yao
parent 857da3a5ee
commit 0f5972e75e
59 changed files with 370 additions and 204 deletions
+11
View File
@@ -3,6 +3,7 @@
padding: 5px 15px;
}
</style>
<script>
export default {
methods: {
@@ -57,6 +58,16 @@ export default {
<van-icon name="photograph"></van-icon>
</van-uploader>
</div>
<script>
export default {
methods: {
logContent(file) {
console.log(file)
}
}
};
</script>
```
:::