提交 97e73cce 编写于 作者: Q qiang

docs: fix weex docs link

上级 a94f0b25
......@@ -12,7 +12,7 @@
- [QQ小程序](https://q.qq.com/wiki/develop/miniprogram/frame/)
- [华为快应用](https://developer.huawei.com/consumer/cn/doc/development/quickApp-References/webview-component-view)
- [360小程序](https://mp.360.cn/doc/miniprogram/dev/#/view)
- [Weex](https://weex.apache.org/cn/guide/)
- [Weex](https://doc.weex.io/cn/guide/)
<ul class="nav-href">
<li class="ext-link"><a href="//ext.dcloud.net.cn/" target="__blank">插件市场</a></li>
......
......@@ -53,7 +53,7 @@ uni.offKeyboardHeightChange(callback)
#### uni.getSelectedTextRange(OBJECT)
在input、textarea等focus之后,获取输入框的光标位置。注意:只有在focus的时候调用此接口才有效。目前仅支持 vue 页面,nvue 可以直接使用 weex 的 [getSelectionRange](https://weex.apache.org/zh/docs/components/input.html#getSelectionRange)
在input、textarea等focus之后,获取输入框的光标位置。注意:只有在focus的时候调用此接口才有效。目前仅支持 vue 页面,nvue 可以直接使用 weex 的 [getSelectionRange](http://emas.weex.io/zh/docs/components/input.html#%E7%BB%84%E4%BB%B6%E6%96%B9%E6%B3%95)
**平台差异说明**
......
......@@ -171,7 +171,7 @@ weex 编译模式下支持使用 weex ui ,例子[详见](https://ext.dcloud.ne
```nvue``` 页面结构同 ```vue```, 由 ```template```、```style```、```script``` 构成。
- template: 模板写法、数据绑定同 vue。组件支持2种模式,
- weex 组件,同weex写法,参考:[weex 内置组件](https://weex.apache.org/zh/docs/components/a.html);
- weex 组件,同weex写法,参考:[weex 内置组件](http://emas.weex.io/zh/docs/components/a.html);
- uni-app组件,同uni-app写法。
- App端nvue专用组件,详见[https://uniapp.dcloud.io/component/barcode](https://uniapp.dcloud.io/component/barcode)。
- style:由于采用原生渲染,**并非所有浏览器的 css 均支持,布局模型只支持 flex 布局**,虽然不会造成某些界面布局无法实现,但写法要注意。详见:[样式](/nvue-css)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册