Skip to content

feat(miniapp): support using miniapp plugins#1944

Merged
ChrisCindy merged 19 commits intobeta/miniapp-0716from
feat/use-miniapp-plugin
Jul 29, 2020
Merged

feat(miniapp): support using miniapp plugins#1944
ChrisCindy merged 19 commits intobeta/miniapp-0716from
feat/use-miniapp-plugin

Conversation

@ChrisCindy
Copy link
Collaborator

@ChrisCindy ChrisCindy commented Jul 4, 2020

  • 编译时中支持使用小程序插件
  • 运行时中支持使用小程序插件
  • 重构自定义组件逻辑

@ChrisCindy ChrisCindy changed the title feat(miniapp): support using miniapp plugins [WIP]feat(miniapp): support using miniapp plugins Jul 14, 2020
@ChrisCindy ChrisCindy changed the base branch from master to beta/miniapp-0716 July 22, 2020 04:09
methods: createEventProxy()
methods: createEventProxy(),
onInit() {
cache.setElementInstance(this);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

只有 component2 支持?

});
nativeInfo.events.forEach(event => {
const eventName = `${this.$_behavior}_${event}_${__methodCount++}`;
domInfo[event] = eventName;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

__methodCountutils/toolgetId 替换一下吧,另外加点注释吧

@ChrisCindy ChrisCindy changed the title [WIP]feat(miniapp): support using miniapp plugins feat(miniapp): support using miniapp plugins Jul 23, 2020
@ChrisCindy ChrisCindy merged commit fcacc9f into beta/miniapp-0716 Jul 29, 2020
@ChrisCindy ChrisCindy deleted the feat/use-miniapp-plugin branch July 29, 2020 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants