@cniot/android-pda-components 2.0.0-beta.13 → 2.0.0-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/doc/all-v2-components/index.jsx +3 -3
- package/es/index.cjs.js +10 -10
- package/es/index.es.js +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -806,9 +806,9 @@ export default function (props) {
|
|
|
806
806
|
console.log(`primary button click===`);
|
|
807
807
|
}}
|
|
808
808
|
hotkey='Enter'
|
|
809
|
-
hotkeyHandler={() => {
|
|
810
|
-
|
|
811
|
-
}}
|
|
809
|
+
// hotkeyHandler={() => {
|
|
810
|
+
// console.log(`primary button hotkeyHandler===`);
|
|
811
|
+
// }}
|
|
812
812
|
>
|
|
813
813
|
提交 Enter
|
|
814
814
|
</ButtonV2>
|