import Vue from 'vue'; import { Button, Alert } from ".."; Vue.use(Button); Vue.use(Alert);