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-23 16:56:50 +0800
Commit
c9d17004e2264affbb0720dc1d85986ffde3b39a
1 parent
76df38ba
修改依赖
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
public/vue/component/resources/focus.vue
public/vue/product/detail/image-carousel.vue
public/vue/product/detail/js/index.js
public/vue/component/resources/focus.vue
View file @
c9d1700
...
...
@@ -11,8 +11,8 @@
</template>
<script>
require('vue-swipe/dist/vue-swipe.css');
const swipe = require('vue-swipe');
require('yoho-vue-swipe/dist/vue-swipe.css');
const swipe = require('yoho-vue-swipe');
module.exports = {
props: ['floor'],
...
...
public/vue/product/detail/image-carousel.vue
View file @
c9d1700
...
...
@@ -11,7 +11,7 @@
</div>
</template>
<script>
const swipe = require('vue-swipe');
const swipe = require('
yoho-
vue-swipe');
require('common/vue-filter');
...
...
public/vue/product/detail/js/index.js
View file @
c9d1700
...
...
@@ -8,7 +8,7 @@ const $ = require('yoho-jquery');
const
app
=
$
(
'#app'
);
const
tip
=
require
(
'common/tip'
);
require
(
'vue-swipe/dist/vue-swipe.css'
);
require
(
'
yoho-
vue-swipe/dist/vue-swipe.css'
);
module
.
exports
=
{
data
()
{
...
...
Please
register
or
login
to post a comment