storage url o'zgartirildi

This commit is contained in:
2026-04-28 15:02:06 +05:00
parent 3aa4601229
commit bb733d14c1
37 changed files with 282 additions and 407 deletions

View File

@@ -111,7 +111,6 @@
type="file"
name="image"
@change="ImageFile($event)"
onchange="PreviewImage();"
/>
<label
class="custom-file-label"
@@ -811,6 +810,10 @@ export default {
ImageFile(event) {
this.file = event.target.files[0];
if (this.file) {
this.category.image_url = URL.createObjectURL(this.file);
}
},
addChar() {