-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加vue的hooks函数 #42
base: master
Are you sure you want to change the base?
增加vue的hooks函数 #42
Conversation
👍 @yi-boide |
This reverts commit ac12d02.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可能整个引入方式得拆成 sdk/vue sdk/react 这样的写法,我先构思下
src/client/hooks/index.ts
Outdated
@@ -2,3 +2,4 @@ export * from './useOnStandalonePluginInit'; | |||
export * from './usePluginSettings'; | |||
export * from './usePluginState'; | |||
export * from './useWatchPluginMessage'; | |||
export * as vue from './vue'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感觉入口这边不能这么写,非 vue 应用估计会报错
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
增加支持vue的hooks函数
📝 补充信息 | Additional Information
#41