Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(wechat): 修复 Editor 组件无法使用 className 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Mar 6, 2020
1 parent 9338e5a commit 224bc4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/remax-wechat/src/hostComponents/Editor/node.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export const alias = {
id: 'id',
className: 'class',
style: 'style',
readOnly: 'read-only',
placeholder: 'placeholder',
showImgSize: 'show-img-size',
Expand Down

0 comments on commit 224bc4a

Please sign in to comment.