提交 71d10005 编写于 作者: DCloud_Heavensoft's avatar DCloud_Heavensoft

Update codegap.md

上级 057b86dd
...@@ -265,15 +265,7 @@ request({url: 'https://www.example.com/request'} as RequestOptions) ...@@ -265,15 +265,7 @@ request({url: 'https://www.example.com/request'} as RequestOptions)
- 函数声明方式不支持[作为值传递](../../uts/function.md#作为值传递) - 函数声明方式不支持[作为值传递](../../uts/function.md#作为值传递)
- 函数表达式方式不支持[默认参数](../../uts/function.md#默认参数) - 函数表达式方式不支持[默认参数](../../uts/function.md#默认参数)
## vue使用注意 ## 调用vue组件方法
[详见](uni-app-x/vue/README.md)
## css使用注意
[详见](uni-app-x/css/README.md)
## 如何调用组件方法
使用 `this.$refs` 获取组件实例,通过 `$callMethod` 调用组件方法 使用 `this.$refs` 获取组件实例,通过 `$callMethod` 调用组件方法
...@@ -360,3 +352,11 @@ request({url: 'https://www.example.com/request'} as RequestOptions) ...@@ -360,3 +352,11 @@ request({url: 'https://www.example.com/request'} as RequestOptions)
} }
</script> </script>
``` ```
## vue使用注意
[详见](uni-app-x/vue/README.md)
## css使用注意
[详见](uni-app-x/css/README.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册