ezuikit-js 8.0.3 → 8.0.4-beta.1

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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/ezuikit.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -529,6 +529,9 @@ player.setFECCorrectType({place: 3 , type:4}, "cavnas1,canvas2,canvas3") // ca
529
529
 
530
530
  > 如果使用react,可参考demos => [react-demo](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/react-demo)
531
531
 
532
+ > 如果使用react + vite,可参考demos => [with-react-vite](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-react-vite)
533
+
534
+
532
535
  > 如果使用vue2,可参考demos => [vue-demo](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue-demo)
533
536
 
534
537
  > 如果使用vue3,可参考demos => [vue3-demo](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue3-demo)