Use local image as cover if found, adding release-it version control

This commit is contained in:
advplyr 2021-08-21 13:02:24 -05:00
parent 7d4e2e3d97
commit f30fa2fb0c
18 changed files with 2200 additions and 142 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="w-full">
<p class="px-1 text-sm">{{ label }}</p>
<p class="px-1 text-sm font-semibold">{{ label }}</p>
<div ref="wrapper" class="relative">
<form @submit.prevent="submitForm">
<div ref="inputWrapper" style="min-height: 40px" class="flex-wrap relative w-full shadow-sm flex items-center bg-primary border border-gray-600 rounded-md px-2 py-1 cursor-text" @click.stop.prevent="clickWrapper" @mouseup.stop.prevent @mousedown.prevent>