提交 00cc3793 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

types: OnLoadOptions

上级 6cb91628
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
data: '', data: '',
} }
}, },
onLoad(options: Map<string, string>) { onLoad(options: OnLoadOptions) {
if (options.has('data')) { if (options.has('data')) {
this.data = options.get('data')! this.data = options.get('data')!
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册