UNPKG

vue-swipeable-bottom-sheet

Version:

![NPM](https://nodei.co/npm/vue-swipeable-bottom-sheet.png) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/atsutopia/vue-swipeable-bottom-sheet)

8 lines (6 loc) 115 B
import Vue from 'vue'; import Example from './example.vue'; new Vue({ el: '#app', render: h => h(Example) });