<template>
<div class="home-swiper">
<div class="aaa">
<mt-button type="default">default</mt-button>
<mt-button type="primary">primary</mt-button>
<mt-button type="danger">danger</mt-button>
</div>
</div>
</template>
<style scoped>
.aaa{
height 130px;
margin-top 1px;
}
</style>
main.js:
import Mint from "mint-ui";
Vue.use(Mint);
import "mint-ui/lib/style.css";
vuemint-uidivdiv.aaa