Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello-uvue
提交
9ea44d6b
H
hello-uvue
项目概览
DCloud
/
hello-uvue
通知
348
Star
2
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello-uvue
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
9ea44d6b
编写于
9月 26, 2024
作者:
DCloud-WZF
💬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 首页补充 easycom 组件 call method 入口
上级
849c8b47
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
11 addition
and
0 deletion
+11
-0
pages/component-instance/methods/call-method-easycom-options.uvue
...mponent-instance/methods/call-method-easycom-options.uvue
+1
-0
pages/index/index.uvue
pages/index/index.uvue
+10
-0
未找到文件。
pages/component-instance/methods/call-method-easycom-options.uvue
浏览文件 @
9ea44d6b
...
...
@@ -21,6 +21,7 @@ export default {
onReady() {
// 通过组件 ref 属性获取组件实例, 组件标签名首字母大写,驼峰+ComponentPublicInstance
this.callEasyMethod1 = this.$refs['callEasyMethod1'] as CallEasyMethodComponentPublicInstance
this.call()
},
methods: {
async call(): Promise<void> {
...
...
pages/index/index.uvue
浏览文件 @
9ea44d6b
...
...
@@ -340,6 +340,16 @@ export default {
name: '调用 uni_modules easycom 组件方法 组合式 API',
url: 'call-method-easycom-uni-modules-composition'
},
{
id: 'call-method-easycom-options',
name: '调用 easycom 组件方法 选项式 API',
url: 'call-method-easycom-options'
},
{
id: 'call-method-easycom-composition',
name: '调用 easycom 组件方法 组合式 API',
url: 'call-method-easycom-composition'
},
{
id: 'call-method-uni-element-options',
name: '调用内置组件方法 选项式 API',
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录