UNPKG

@wuya31/bike-shop

Version:

一个适用于小程序的商城组件库

14 lines (12 loc) 274 B
import ShopList from './components/ShopList.vue' import ShopDetail from './components/ShopDetail.vue' export { ShopList, ShopDetail } export default { install: (app: any) => { app.component('ShopList', ShopList) app.component('ShopDetail', ShopDetail) } }