Merge branch 'dev' of https://github.com/erha19/incubator-weex into dev
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/db666a2f Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/db666a2f Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/db666a2f Branch: refs/heads/dev Commit: db666a2f04d84b4f1ee46830daeb39e9b882879f Parents: f3beb7d f8a3a23 Author: gurisxie <279483...@qq.com> Authored: Mon Sep 25 17:31:19 2017 +0800 Committer: gurisxie <279483...@qq.com> Committed: Mon Sep 25 17:31:19 2017 +0800 ---------------------------------------------------------------------- doc/source/cn/guide/set-up-env.md | 64 ++++++++++++++++++---------------- doc/source/guide/set-up-env.md | 58 ++++++++++++++++-------------- start | 5 ++- 3 files changed, 68 insertions(+), 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/db666a2f/doc/source/guide/set-up-env.md ---------------------------------------------------------------------- diff --cc doc/source/guide/set-up-env.md index 1cffbcd,c450233..af52bb3 --- a/doc/source/guide/set-up-env.md +++ b/doc/source/guide/set-up-env.md @@@ -71,23 -73,27 +73,27 @@@ You can modify this page in `src/index. </div> </template> - <style scoped> - .wrapper { - flex-direction: column; - justify-content: center; - } - .weex { - font-size: 60px; - text-align: center; - color: #1B90F7; - } - .vue { - font-size: 60px; - text-align: center; - margin-top: 30px; - color: #41B883; - } + <style> + .wrapper { align-items: center; margin-top: 120px; } + .title { padding-top:40px; padding-bottom: 40px; font-size: 48px; } + .logo { width: 360px; height: 156px; } + .desc { padding-top: 20px; color:#888; font-size: 24px;} </style> + + <script> + export default { + data: { + logoUrl: 'http://img1.vued.vanthink.cn/vued08aa73a9ab65dcbd360ec54659ada97c.png', + target: 'World' + }, + methods: { + update: function (e) { + this.target = 'Weex' + console.log('target:', this.target) + } + } + } + </script> ``` -If you're curious to learn more about technical details, continue on to the next section. And don't forget to write code at [dotWe](https://dotwe.org) and preview at anytime. +If you're curious to learn more about technical details, continue on to the next section. And don't forget to write code at [dotWe](http://dotwe.org) and preview at anytime.