Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
smart-web-tabs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SVI
svi-templates
smart-web-tabs
Commits
b155d6de
Commit
b155d6de
authored
Dec 30, 2019
by
曾沂轮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: 依赖修复,IE兼容
parent
5aa1386c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
package.json
template/package.json
+2
-1
vue.config.js
template/vue.config.js
+1
-1
No files found.
template/package.json
View file @
b155d6de
...
...
@@ -14,8 +14,9 @@
"core-js"
:
"^2.6.5"
,
"smart-web"
:
"^2.2.3"
,
"vue"
:
"^2.6.10"
,
"vue-progressbar"
:
"^0.7.5"
,
"vue-router"
:
"^3.1.3"
,
"vuex"
:
"^3.1.
1
"
"vuex"
:
"^3.1.
2
"
},
"devDependencies"
:
{
"@smart/eslint-config-standard"
:
"^0.1.0"
,
...
...
template/vue.config.js
View file @
b155d6de
...
...
@@ -89,5 +89,5 @@ module.exports = {
},
// IE兼容
transpileDependencies
:
[
'element-ui/src'
,
'element-ui/packages'
]
transpileDependencies
:
[
'element-ui/src'
,
'element-ui/packages'
,
'smart-web/packages'
]
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment