lohir
2024-10-24 7d068e81ea1d88f708f096ea62c769452385612e
src/components/ImagePreview/index.vue
@@ -32,7 +32,8 @@
  },
  computed: {
    realSrc() {
      if (!this.src) {
      const imageExtensions = /\.(jpg|jpeg|png|gif|bmp|svg)$/i;
      if (!this.src || !imageExtensions.test(this.src)) {
        return DEFAULT_IMAGE;
      }
      let real_src = this.src.split(",")[0];