Skip to content

Commit

Permalink
update 170.精读《设计模式\ -\ Prototype\ 原型模式》.md
Browse files Browse the repository at this point in the history
  • Loading branch information
陈煜坚 committed Oct 31, 2021
1 parent 68cd8d1 commit b2c02f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Prototype(原型模式)属于创建型模式,既不是工厂也不是直

### 模版组件

通用搭建系统中,我们可以将某个拖拽到页面的区块设置为 “模版”,这个模版可以作为一个新组件被重新拖拽到任意为止,实例化任意次。实际上,这是一种分段式复制粘贴,你会如何实现这个功能呢?
通用搭建系统中,我们可以将某个拖拽到页面的区块设置为 “模版”,这个模版可以作为一个新组件被重新拖拽到任意位置,实例化任意次。实际上,这是一种分段式复制粘贴,你会如何实现这个功能呢?

## 意图解释

Expand Down

0 comments on commit b2c02f7

Please sign in to comment.