fix: 放开产品页面
This commit is contained in:
@@ -2063,8 +2063,8 @@ export const IconJson = {
|
||||
"printer-cloud-line",
|
||||
"printer-fill",
|
||||
"printer-line",
|
||||
"product-hunt-fill",
|
||||
"product-hunt-line",
|
||||
"products-hunt-fill",
|
||||
"products-hunt-line",
|
||||
"profile-fill",
|
||||
"profile-line",
|
||||
"prohibited-fill",
|
||||
|
||||
@@ -24,10 +24,10 @@ const props = defineProps({
|
||||
}
|
||||
});
|
||||
|
||||
const emit = defineEmits(["manage-product", "delete-item"]);
|
||||
const emit = defineEmits(["manage-products", "delete-item"]);
|
||||
|
||||
const handleClickManage = (product: CardProductType) => {
|
||||
emit("manage-product", product);
|
||||
emit("manage-products", product);
|
||||
};
|
||||
|
||||
const handleClickDelete = (product: CardProductType) => {
|
||||
|
||||
Reference in New Issue
Block a user