-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
import Vue2Touch from 'vue2-touch'
Vue.use(Vue2Touch);
Tap me!
<script>
export default {
name: 'HelloWorld',
props: {
msg: String
},
methods:{
callback(){
console.log('a');
},
onSwipeLeft(){
console.log('a');
}
},
mounted() {
}
}
</script>
<style scoped lang="less">
.divSwipe{
height: 500px;
background: #ccc;
}
</style>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels