Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2016-07-30 21:24:07 +0800
Commit
68b77a98b9c9cd50afe4df7ab0a53a560406b425
1 parent
e04d26d5
完善依赖
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
public/js/product/detail.page.js
public/vue/channel/tab.vue
public/vue/component/resources/goods.vue
public/vue/product/search/index.vue
public/webpack.config.js
public/js/product/detail.page.js
View file @
68b77a9
const
Vue
=
require
(
'vue'
);
const
$
=
require
(
'jquery'
);
const
app
=
require
(
'product/detail/index.vue'
);
const
loading
=
require
(
'common/loading'
);
const
lazyload
=
require
(
'vue-lazyload'
);
...
...
@@ -34,5 +35,3 @@ new Vue({
app
:
app
}
});
...
...
public/vue/channel/tab.vue
View file @
68b77a9
...
...
@@ -7,6 +7,7 @@
</template>
<script>
const $ = require('jquery');
const cookie = require('yoho-cookie');
const bus = require('common/vue-bus');
...
...
public/vue/component/resources/goods.vue
View file @
68b77a9
...
...
@@ -5,6 +5,7 @@
</template>
<script>
const $ = require('jquery');
const titleFloor = require('component/resources/title-floor.vue');
const productList = require('component/product/list.vue');
...
...
public/vue/product/search/index.vue
View file @
68b77a9
...
...
@@ -14,6 +14,7 @@
</template>
<script>
const Vue = require('vue');
const $ = require('jquery');
const lazyload = require('vue-lazyload');
const infinitScroll = require('vue-infinite-scroll');
...
...
@@ -142,12 +143,12 @@
margin-bottom: 56px;
}
}
.empty-tip-cn {
font-size: 34px;
margin-bottom: 30px;
}
.empty-tip-en {
font-size: 20px;
}
...
...
public/webpack.config.js
View file @
68b77a9
...
...
@@ -25,7 +25,6 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => {
'yoho-qs'
,
'yoho-cookie'
,
'jquery'
,
'handlebars'
,
'vue'
,
'vue-lazyload'
,
'vue-swipe'
,
...
...
Please
register
or
login
to post a comment