File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< link rel ="icon " type ="image/png " href ="/favicon.png " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < meta http-equiv ="Content-Security-Policy " content ="default-src 'self';style-src 'self' 'unsafe-inline' data:; img-src * 'self' data: https:; require-trusted-types-for 'script'; trusted-types dompurify;frame-src 'self' https://gist.github.com ">
7
+ <!-- < meta http-equiv="Content-Security-Policy" content="default-src 'self';style-src 'self' 'unsafe-inline' data:; img-src * 'self' data: https:; require-trusted-types-for 'script'; trusted-types dompurify;frame-src 'self' https://gist.github.com"> -- >
8
8
< title > Multiple-Select-Vanilla demo with Vite + TS</ title >
9
9
</ head >
10
10
< body >
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ <h5>NPM</h5>
54
54
55
55
< h5 > CommonJS < code > require()</ code > / ESM < code > import from</ code > </ h5 >
56
56
< p >
57
- You can use the project as CommonJS < code > require() </ code > or ESM < code > import from </ code > , see example below:
57
+ The library provides both CommonJS or ESM, see the example below:
58
58
</ p >
59
59
< div style ="background: #f7f7f7; padding: 10px ">
60
60
< pre >
You can’t perform that action at this time.
0 commit comments