emptygif
Harshe: Hausa

Duk harsuna da frameworks

Vue single-file component Vue

Snippet na Vue don Vue single-file component da ke amsa requests zuwa /pixel.gif da empty GIF, wanda ake decoding ɗinsa sau ɗaya lokacin farawa.

Vue single-file component Vue

Fayil
Spacer.vue
<script setup>
const EMPTY_GIF = 'data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==';

defineProps({
  width: { type: Number, default: 1 },
  height: { type: Number, default: 1 },
});
</script>

<template>
  <img :src="EMPTY_GIF" :width="width" :height="height" alt="" aria-hidden="true">
</template>

Mun gudanar da wannan snippet kuma mun kwatanta bytes ɗin da ya mayar.

Shafin hukuma: Vue single-file component