@ozdao/prometheus-framework 0.1.47 → 0.1.48
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -9,13 +9,6 @@
|
|
9
9
|
</template>
|
10
10
|
|
11
11
|
<script setup>
|
12
|
-
/////////////////////////////
|
13
|
-
// COMPONENT DEPENDENCIES
|
14
|
-
/////////////////////////////
|
15
|
-
import { onMounted } from 'vue'
|
16
|
-
import { gsap } from "gsap/dist/gsap";
|
17
|
-
import { ScrollTrigger } from "gsap/dist/ScrollTrigger";
|
18
|
-
|
19
12
|
import Title from '@pf/src/modules/globals/components/sections/Title.vue';
|
20
13
|
import GalleryWithCategories from '@pf/src/modules/gallery/components/sections/GalleryWithCategories.vue';
|
21
14
|
</script>
|
@@ -129,7 +129,9 @@
|
|
129
129
|
|
130
130
|
<script setup>
|
131
131
|
import { ref, onMounted, reactive, computed } from 'vue'
|
132
|
+
|
132
133
|
import { Button, Field, Select, Upload } from '@ozdao/prometheus-framework'
|
134
|
+
|
133
135
|
import { state, actions } from '@pf/src/modules/gallery/store/gallery';
|
134
136
|
|
135
137
|
import { useRoute } from 'vue-router'
|