Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-webapp-cli
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
heasy
hls-webapp-cli
Commits
b82b6d33
Commit
b82b6d33
authored
Jun 26, 2019
by
Nature
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
click
parent
7cd8fb7d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
package.json
template/package.json
+2
-1
main.js
template/src/main.js
+2
-2
No files found.
template/package.json
View file @
b82b6d33
...
...
@@ -17,7 +17,8 @@
"vue"
:
"^2.5.2"
,
"vue-router"
:
"^3.0.1"
,
"vux"
:
"^2.9.2"
,
"hls-easy-ui"
:
"https://hel.hand-china.com/easyUI/hls-easy-ui.git"
"hls-easy-ui"
:
"https://hel.hand-china.com/easyUI/hls-easy-ui.git"
,
"fastclick"
:
"https://hel.hand-china.com/easyUI/fastclick.git"
},
"devDependencies"
:
{
"autoprefixer"
:
"^7.1.2"
,
...
...
template/src/main.js
View file @
b82b6d33
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import
Vue
from
'vue'
//
import FastClick from 'fastclick'
import
FastClick
from
'fastclick'
import
App
from
'./App'
import
router
from
'./router/index'
import
flexible
from
'./common/ydui.flexible'
...
...
@@ -96,7 +96,7 @@ let routeGo = function (index) {
}
Vue
.
prototype
.
$routeGo
=
routeGo
//
FastClick.attach(document.body)
FastClick
.
attach
(
document
.
body
)
Vue
.
config
.
productionTip
=
false
...
...
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