Compare commits
2 Commits
1f413b36ca
...
f3b873b7ae
| Author | SHA1 | Date | |
|---|---|---|---|
| f3b873b7ae | |||
| 006c2e3f9c |
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="origin-item product"
|
||||
:class="{ selected: currentOrigin === 'mainProducImage' }"
|
||||
:class="{ selected: currentOrigin === 'mainProductImage' }"
|
||||
@click="handleChangeOrigin('mainProductImage')"
|
||||
>
|
||||
{{ $t("Seller.mainProductImage") }}
|
||||
@@ -84,8 +84,6 @@ import ImageClip from "./image-clip.vue"
|
||||
import { useI18n } from "vue-i18n"
|
||||
const { t } = useI18n()
|
||||
|
||||
|
||||
|
||||
const props = defineProps({
|
||||
type: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user