* [doc] Fixed article typo Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/7519123e Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/7519123e Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/7519123e
Branch: refs/heads/master Commit: 7519123e87bcab4389110e4888b967cd27bb9f1d Parents: bdf512c Author: Ho Chin Chee <[email protected]> Authored: Tue Oct 10 16:50:41 2017 +0800 Committer: gurisxie <[email protected]> Committed: Wed Oct 11 20:02:04 2017 +0800 ---------------------------------------------------------------------- doc/source/references/vue/difference-with-web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7519123e/doc/source/references/vue/difference-with-web.md ---------------------------------------------------------------------- diff --git a/doc/source/references/vue/difference-with-web.md b/doc/source/references/vue/difference-with-web.md index 2af11f9..b750591 100644 --- a/doc/source/references/vue/difference-with-web.md +++ b/doc/source/references/vue/difference-with-web.md @@ -9,7 +9,7 @@ version: 2.1 ## Platform Differences -Vue.js was designed for the Web platform at the begining. Although it can be based on Weex to develop native applications, there are still many differences between web and native. See [Platform Differences Between Weex and Web](../ platform-difference.html) for more details. +Vue.js was designed for the Web platform at the begining. Although it can be based on Weex to develop native applications, there are still many differences between web and native. See [Platform Differences Between Weex and Web](../platform-difference.html) for more details. Due to those differences, Weex doesn't support those features in Vue.js (mostly are DOM-related):
