UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

8 lines (6 loc) 169 B
import { BasePlugin } from '../base/index.js'; import mcwFAB from './fab.vue'; export default BasePlugin({ mcwFAB, }); export { default as mcwFAB } from './fab.vue';