UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

14 lines (12 loc) 427 B
import { BasePlugin } from '../base/index.js'; import { mcwFloatingLabel } from '../floating-label/index.js'; import { mcwLineRipple } from '../line-ripple/index.js'; import { mcwNotchedOutline } from '../notched-outline/index.js'; import mcwSelect from './select.vue'; export default BasePlugin({ mcwSelect, mcwNotchedOutline, mcwLineRipple, mcwFloatingLabel, }); export { default as mcwSelect } from './select.vue';