docs: add umd url

This commit is contained in:
Sivan 2020-03-04 14:21:21 +08:00
parent 6b0f3d4b39
commit 2f6d745ff3
6 changed files with 8 additions and 6 deletions

View file

@ -22,7 +22,7 @@
1. 在页面的 `<head>` 标签中引入 `heti.css` 文件:
```
<link rel="stylesheet" href="./dist/heti.min.css">
<link rel="stylesheet" href="//unpkg.com/heti/umd/heti.min.css">
```
1. 在要作用的容器元素上增加 `class="heti"` 的类名即可:。
```