UNPKG

@matrixage/picpic

Version:

A awesome image bed by github pages and github actions.

43 lines 1.54 kB
<template id="empty"> <div class="empty_wrap flex flex_column justify_center align_center" v-if="!current_data.length" > <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width="72" height="72" > <rect x='48' y='80' width='416' height='352' rx='48' ry='48' fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='32' /> <circle cx='336' cy='176' r='32' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='32' /> <path d='M304 335.79l-90.66-90.49a32 32 0 00-43.87-1.3L48 352M224 432l123.34-123.34a32 32 0 0143.11-2L464 368' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' /></svg> <span>There is no images</span> </div> </template>