index.ts 247 B

12345678
  1. import HomeSection from "./HomeSection.vue";
  2. import HomeSectionContent from "./HomeSectionContent.vue";
  3. // HomeSection.Title = HomeSectionTitle;
  4. HomeSection.Content = HomeSectionContent;
  5. export default HomeSection;
  6. export { HomeSectionContent };