浏览代码

Correct typo in tutorial (#11230)

tags/8.7.0.alpha1
Sun Zhe 5 年前
父节点
当前提交
16764a2078
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      documentation/tutorial.adoc

+ 1
- 1
documentation/tutorial.adoc 查看文件

@@ -900,7 +900,7 @@ delete.addClickListener(e -> this.delete());
----

TIP: For a truly re-usable form component in a real life project, you'd want to
introduce an interface to replace the myUI field or, event better, use an event
introduce an interface to replace the myUI field or, even better, use an event
system like https://vaadin.com/wiki/-/wiki/main/Events+and+contexts[CDI events]
to completely decouple the components. We'll leave that out of this tutorial for
simplicity.

正在加载...
取消
保存