File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ import EZUIKit from "ezuikit-js";
4141
4242``` js
4343// >= v8.1.2 CommonJS
44- import { EZUIKitPlayer } from ' ezuikit-js/index.js' ;
44+ import { EZUIKitPlayer } from " ezuikit-js/index.js" ;
4545
4646// < v8.1.2 CommonJS
47- import EZUIKit from ' ezuikit-js/index.js' ;
47+ import EZUIKit from " ezuikit-js/index.js" ;
4848```
4949
5050#### 如果你使用原生方法,可以通过标签引用
@@ -113,10 +113,14 @@ alpha(功能测试)、beta(集成测试)为我们的非正式版本,
113113
114114> 如果使用 react + vite,可参考 demos => [ with-react-vite] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-react-vite )
115115
116- > 如果使用 vue2 ,可参考 demos => [ vue-demo ] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue-demo )
116+ > 如果使用 next.js ,可参考 demos => [ with-next ] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-next )
117117
118118> 如果使用 vue3,可参考 demos => [ vue3-demo] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue3-demo )
119119
120+ > 如果使用 vue2.7,可参考 demos => [ vue-demo] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue-demo )
121+
122+ > 如果使用 vue2.6,可参考 demos => [ with-vue2.6] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-vue2.6 )
123+
120124#### tips
121125
122126为方便开发者快速接入
You can’t perform that action at this time.
0 commit comments