Authored by ccbikai

修改依赖

... ... @@ -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'],
... ...
... ... @@ -11,7 +11,7 @@
</div>
</template>
<script>
const swipe = require('vue-swipe');
const swipe = require('yoho-vue-swipe');
require('common/vue-filter');
... ...
... ... @@ -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() {
... ...