app-extension-qzoom icon indicating copy to clipboard operation
app-extension-qzoom copied to clipboard

image never show

Open diadal opened this issue 4 years ago • 0 comments

image dont show up after q-zoom added

  <q-card-section class="col-5 flex flex-center">
          <q-zoom
        background-color="blue-grey-1"
      >
          <q-img
            class="rounded-borders"
            src="https://cdn.quasar.dev/img/parallax2.jpg"
          />
        </q-zoom>
        </q-card-section>
      </q-card-section>

diadal avatar Feb 25 '20 07:02 diadal