-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
毛瑞
committed
Jun 30, 2020
1 parent
783656e
commit a5bca8a
Showing
11 changed files
with
625 additions
and
605 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
## v 1.3.0 | ||
|
||
- 通用鉴权等 | ||
- 累积更新 | ||
|
||
## v 1.2.18 | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-tpl", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"private": false, | ||
"description": "vue + vuex + vue router + TypeScript(支持 JavaScript) 模板", | ||
"author": "毛瑞 <[email protected]>", | ||
|
@@ -29,12 +29,12 @@ | |
"register-service-worker": "^1.7.1", | ||
"screenfull": "^5.0.2", | ||
"three": "^0.118.3", | ||
"tinymce": "^5.3.2", | ||
"tinymce": "^5.4.0", | ||
"vue": "^2.6.11", | ||
"vue-class-component": "^7.2.3", | ||
"vue-property-decorator": "^9.0.0", | ||
"vue-property-decorator": "9.0.0", | ||
"vue-router": "^3.3.4", | ||
"vuex": "^3.4.0", | ||
"vuex": "^3.5.1", | ||
"vuex-class": "^0.3.2", | ||
"vuex-module-decorators": "^0.17.0", | ||
"zdog": "^1.1.2", | ||
|
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 |
---|---|---|
|
@@ -47,6 +47,7 @@ export default { | |
[SPA.error]: '50x', | ||
/*! 【↑ SPA配置 ↑】 */ | ||
|
||
/*! 路由模式 */ | ||
/* 路由模式 */ | ||
mode: 'hash', | ||
|
||
|
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 |
---|---|---|
|
@@ -97,3 +97,8 @@ | |
background: $colorScrollBarHover; | ||
} | ||
} | ||
|
||
// 弹窗 | ||
.el-dialog__header { | ||
border-bottom: $borderBase; | ||
} |
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