Remove unused code
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
import Tag from "~/components/global/Tag.vue";
|
||||
import Rate from "~/components/global/Rate.vue";
|
||||
import ColorCircle from "~/components/global/ColorCircle.vue";
|
||||
import { useImageColor } from "~/composables/global/useImageColor";
|
||||
|
||||
// types
|
||||
|
||||
@@ -25,10 +24,6 @@ type Props = {
|
||||
const props = defineProps<Props>();
|
||||
const { id, colors } = toRefs(props);
|
||||
|
||||
// state
|
||||
|
||||
const { colorObject } = useImageColor(`#product-image-${id.value}`);
|
||||
|
||||
// computed
|
||||
|
||||
const limitedColors = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user