File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
cx =" 0"
15
15
cy =" 0"
16
16
r =" 0"
17
- clip-path =" url(#clip-boundary)"
17
+ : clip-path =" ` url(${urlBasePath} #clip-boundary)` "
18
18
/>
19
19
</clipPath >
20
20
<image
24
24
y =" -60"
25
25
width =" 120"
26
26
height =" 120"
27
- :clip-path =" `url(#${CLIP_ID})`"
27
+ :clip-path =" `url(${urlBasePath} #${CLIP_ID})`"
28
28
/>
29
29
</g >
30
30
</template >
31
31
<script lang="ts">
32
+ import { urlBasePath } from ' ~/utils/constants'
32
33
import type { CustomPropType } from ' ~/types/shims-vue'
33
34
import { useAnimationParts } from ' ~/composables/useAnimationParts'
34
35
@@ -96,7 +97,7 @@ export default defineComponent({
96
97
fadeAnimations ()
97
98
})
98
99
99
- return { transform , CLIP_ID , imageSrc }
100
+ return { urlBasePath , transform , CLIP_ID , imageSrc }
100
101
},
101
102
})
102
103
</script >
You can’t perform that action at this time.
0 commit comments