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";
41
41
42
42
``` js
43
43
// >= v8.1.2 CommonJS
44
- import { EZUIKitPlayer } from ' ezuikit-js/index.js' ;
44
+ import { EZUIKitPlayer } from " ezuikit-js/index.js" ;
45
45
46
46
// < v8.1.2 CommonJS
47
- import EZUIKit from ' ezuikit-js/index.js' ;
47
+ import EZUIKit from " ezuikit-js/index.js" ;
48
48
```
49
49
50
50
#### 如果你使用原生方法,可以通过标签引用
@@ -113,10 +113,14 @@ alpha(功能测试)、beta(集成测试)为我们的非正式版本,
113
113
114
114
> 如果使用 react + vite,可参考 demos => [ with-react-vite] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-react-vite )
115
115
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 )
117
117
118
118
> 如果使用 vue3,可参考 demos => [ vue3-demo] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue3-demo )
119
119
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
+
120
124
#### tips
121
125
122
126
为方便开发者快速接入
You can’t perform that action at this time.
0 commit comments