generateModules.js 386 Bytes
import MyButton from '@/components/MyButton/index.vue'
import VideoCard from '@/components/VideoCard/index.vue'
import NoticeOverlay from '@/components/NoticeOverlay/index.vue'
import DonateBook from '@/components/DonateBook/index.vue'
import ShortcutFixed from '@/components/ShortcutFixed/index.vue'

export {
  MyButton,
  VideoCard,
  NoticeOverlay,
  DonateBook,
  ShortcutFixed,
}