# 快速上手

    import "../node_modules/vumi/dist/index.css"
    import { YmButton } from 'vumi'

    export default {
      components: { YmButton }
    }