Closed qinwf closed 4 years ago
have you imported the kbone-ui.css
?
Yes, it is imported in the root page.
Here is the online example. The swiper works on small screens like iPhone but not on wide screens.
https://wonderful-ramanujan-22efd5.netlify.com/
<template>
<div id="app">
<router-view/>
</div>
</template>
<script>
import 'kbone-ui/lib/weui/weui.css'
import Vue from 'vue'
export default Vue.extend({
name: 'App',
})
</script>
screen recording:
swiper.mov.zip
example page:
swiper-on-desktop.zip
home page source code:
Index.vue.zip
vue 2.6.11, kbone-ui 0.6.2, tested on macbook pro 13-inch Chrome 79.0.3945.79