-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(okam-core): fix ant component prop data observe
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
packages/okam-core/src/extend/data/observable/ant/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* @file Make component support data operation like Vue for ant mini program | ||
* @author [email protected] | ||
*/ | ||
|
||
'use strict'; | ||
|
||
import observable, {setPropDataKey} from '../index'; | ||
|
||
setPropDataKey('props'); | ||
|
||
export default observable; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters