-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #823 from zhensherlock/dev
Dev
- Loading branch information
Showing
9 changed files
with
85 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
layout: doc | ||
--- | ||
|
||
<el-backtop></el-backtop> | ||
|
||
# Internet Explorer | ||
This plugin supports IE11 and partially supports IE10 and IE9. | ||
|
||
## NPM | ||
```ts | ||
import { Watermark } from 'watermark-js-plus/ie' | ||
``` | ||
|
||
> This ensures compatibility with IE11 and partial support for IE10 and IE9. | ||
|
||
## CDN | ||
```html | ||
<!-- import JavaScript --> | ||
<script src="https://www.unpkg.com/[email protected]/dist/ie/index.iife.min.js"></script> | ||
``` | ||
|
||
> We recommend our users to lock version when using CDN. Please refer to [unpkg.com](https://unpkg.com/) for more information. | ||
<iframe height="300" style="width: 100%;" scrolling="no" title="Untitled" src="https://codepen.io/sunzhenxuan/embed/JjQMryG?default-tab=html&theme-id=light" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> | ||
See the Pen <a href="https://codepen.io/sunzhenxuan/pen/JjQMryG"> | ||
Untitled</a> by zhensherlock (<a href="https://codepen.io/sunzhenxuan">@sunzhenxuan</a>) | ||
on <a href="https://codepen.io">CodePen</a>. | ||
</iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
layout: doc | ||
--- | ||
|
||
<el-backtop></el-backtop> | ||
|
||
# Internet Explorer | ||
支持e11,部分支持e10和e9。 | ||
|
||
## NPM | ||
```ts | ||
import { Watermark } from 'watermark-js-plus/ie' | ||
``` | ||
|
||
> 如果需要支持 Internet Explorer (IE),请使用专门针对 IE 的版本 | ||
|
||
## CDN | ||
```html | ||
<!-- import JavaScript --> | ||
<script src="https://www.unpkg.com/[email protected]/dist/ie/index.iife.min.js"></script> | ||
``` | ||
|
||
> 我们建议使用 CDN 引入用户在链接地址上锁定版本,以免将来插件升级时受到非兼容性更新的影响。锁定版本的方法请查看 [unpkg.com](https://unpkg.com/)。 | ||
<iframe height="300" style="width: 100%;" scrolling="no" title="Untitled" src="https://codepen.io/sunzhenxuan/embed/JjQMryG?default-tab=html&theme-id=light" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> | ||
See the Pen <a href="https://codepen.io/sunzhenxuan/pen/JjQMryG"> | ||
Untitled</a> by zhensherlock (<a href="https://codepen.io/sunzhenxuan">@sunzhenxuan</a>) | ||
on <a href="https://codepen.io">CodePen</a>. | ||
</iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters