Untitled
unknown
plain_text
a year ago
317 B
17
Indexable
navigateToEdit(perfume) {
this.$router.push({
name: 'EditPerfume',
query: {
id: perfume.id,
name: perfume.name,
description: perfume.description,
price: perfume.price,
image: perfume.image,
},
});
},Editor is loading...
Leave a Comment