上传dist

This commit is contained in:
Julyp
2020-01-29 14:06:51 +08:00
parent b10ac9abe2
commit 8207e9c332
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@@ -2,5 +2,4 @@
node_modules
*.log
RELEASE_NOTE*.md
.vscode
dist/
.vscode

View File

@@ -34,9 +34,9 @@ npm run build
```
### 使用方法
引入
引入 In browser:
```
<script type="text/javascript" src="smartTable.[chunkhash].js"></script>
<script type="text/javascript" src="./dist/smartTable.[chunkhash].js"></script>
```
使用
```