quasar-ui-sellmate-ui-kit 3.4.1 → 3.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-sellmate-ui-kit",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "author": "Sellmate Dev Team <dev@sellmate.co.kr>",
5
5
  "description": "Sellmate UI Kit",
6
6
  "license": "MIT",
@@ -412,7 +412,7 @@
412
412
  function onOkClick() {
413
413
  value.value.split('\n').forEach((el, idx) => {
414
414
  if (el === '') return;
415
- model.value += `<p><img style="max-width:100%;" src=${el} :alt="image${idx}"/></p>`;
415
+ model.value += `<p class="img-container"><img style="max-width:100%;" src=${el} :alt="image${idx}"/></p>`;
416
416
  });
417
417
 
418
418
  // isOpened.value = false;