github地址,喜歡的能夠star下哦vue
1.插件代碼拷貝git
2.插件全局配置github
import table from './components/table/table.vue' Vue.component('m-table',table)
3.插件使用markdown
<template> <view> <m-table /> </view> </template>
uni-app項目中使用都兼容app
uniapp不支持命名爲table的自定義組件、table是保留關鍵字spa