excaliburhan / xp-miniui

基于mpvue的小程序组件库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xp-miniui logo

xp-miniui

基于mpvue的小程序组件库

使用

npm i xp-miniui --save

目前mpvue支持的单文件vue组件,所以使用的时候应该引入具体的组件,例如

<template>
  <toptips></toptips>
</template>

<script>
import toptips from '@miniui/toptips'

export default {
  components = {
    toptips
  }
}
</script>

About

基于mpvue的小程序组件库


Languages

Language:Vue 100.0%