Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
smart-web-router
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-router
Commits
7bf0ea51
Commit
7bf0ea51
authored
Dec 30, 2019
by
曾沂轮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: IE兼容修复,依赖修复
parent
424166ee
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
package.json
template/package.json
+4
-2
vue.config.js
template/vue.config.js
+1
-1
No files found.
template/package.json
View file @
7bf0ea51
...
...
@@ -13,9 +13,11 @@
"dependencies"
:
{
"core-js"
:
"^2.6.5"
,
"smart-charts"
:
"^1.0.0-alpha"
,
"smart-web"
:
"^2.2.
1
"
,
"smart-web"
:
"^2.2.
4
"
,
"vue"
:
"^2.6.10"
,
"vue-router"
:
"^3.1.3"
"vue-progressbar"
:
"^0.7.5"
,
"vue-router"
:
"^3.1.3"
,
"vuex"
:
"^3.1.2"
},
"devDependencies"
:
{
"@smart/eslint-config-standard"
:
"^0.1.0"
,
...
...
template/vue.config.js
View file @
7bf0ea51
...
...
@@ -101,5 +101,5 @@ module.exports = {
},
// IE兼容
transpileDependencies
:
[
'element-ui/src'
,
'element-ui/packages'
,
'smart-web'
]
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