mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
import WxappDemo from './components/WxappPage'
|
|
import './styles/main.css'
|
|
export default {
|
|
install (vue) {
|
|
vue.component('wxapp-demo', WxappDemo)
|
|
}
|
|
}
|