unika-components 1.0.100 → 1.0.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +0,0 @@
1
- import SwiperPage from './SwiperPage.vue';
2
- export default SwiperPage;
@@ -0,0 +1,2 @@
1
+ import UniMusic from './UniMusic.vue';
2
+ export default UniMusic;
@@ -0,0 +1,2 @@
1
+ import UniTanmu from './UniTanmu.vue';
2
+ export default UniTanmu;
@@ -3,8 +3,8 @@ import UniText from './components/UniText';
3
3
  import UniImage from './components/UniImage';
4
4
  import UniShape from './components/UniShape';
5
5
  import LongPage from './components/LongPage';
6
- import SwiperPage from './components/SwiperPage';
7
6
  import UniBackground from './components/UniBackground';
7
+ import UniMusic from './components/UniMusic';
8
8
  import UniVideo from './components/UniVideo';
9
9
  import UniCalendar from './components/UniCalendar';
10
10
  import UniCountdown from './components/UniCountdown';
@@ -16,9 +16,10 @@ import UniRegisterForm from './components/UniRegisterForm';
16
16
  import UniLotties from './components/UniLotties';
17
17
  import UniSwiper from './components/UniSwiper';
18
18
  import UniButton from './components/UniButton';
19
+ import UniTanmu from './components/UniTanmu';
19
20
  import UniTest from './components/UniTest';
20
21
  declare const install: (app: App) => void;
21
- export { UniText, UniImage, UniShape, LongPage, SwiperPage, UniBackground, UniVideo, UniCalendar, UniCountdown, UniMap, UniCall, UniLike, UniEffect, UniRegisterForm, UniLotties, UniSwiper, UniButton, UniTest, install };
22
+ export { UniText, UniImage, UniShape, LongPage, UniBackground, UniMusic, UniVideo, UniCalendar, UniCountdown, UniMap, UniCall, UniLike, UniEffect, UniRegisterForm, UniLotties, UniSwiper, UniButton, UniTanmu, UniTest, install };
22
23
  declare const _default: {
23
24
  install: (app: App<any>) => void;
24
25
  };