UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

6 lines (4 loc) 176 B
import { BasePlugin } from '../base/index.js'; import mcwRadio from './radio.vue'; export default BasePlugin({ mcwRadio }); export { default as mcwRadio } from './radio.vue';