Skip to content

Commit

Permalink
2019/04/26 - 更新展示地址
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoniezi committed Apr 26, 2019
1 parent bad69ff commit f1dc329
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ npm run build

## 简单说明
elementUI ^2.2.0可以使用scoped slot的方式自定义节点,所以有两种方式,但原理都是一样。
[展示地址][1]

### 展示地址
[click here][1]


## 更新说明
Expand All @@ -29,4 +31,4 @@ elementUI ^2.2.0可以使用scoped slot的方式自定义节点,所以有两
- 删除节点采用组件自带方法`remove`
- 使用scss

[1]: https://xiaoniezi.github.io/projects/elementUI_tree
[1]: https://xiaoniezi.github.io/projects/VueTree
5 changes: 3 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
*/
module.exports = {
// indexPath: "../index.html",
outputDir: "./dist/Output",
assetsDir: "static",
// outputDir: "./dist/Output",
// assetsDir: "static",
publicPath: './',
// baseUrl: "/",
productionSourceMap: false,// 不开启map
devServer: {// 启动配置
Expand Down

0 comments on commit f1dc329

Please sign in to comment.