feat: add dropshadow prop to figure component

This commit is contained in:
Sebin Nyshkim 2022-01-28 23:31:47 +01:00
parent 96005f3a9c
commit a4fadab6ad
2 changed files with 15 additions and 6 deletions

View file

@ -17,7 +17,7 @@
<prose>
<h2>Anatomy</h2>
<ref-figure>
<ref-figure dropshadow>
<template #img>
<img
v-if="$root.nsfw"
@ -104,7 +104,7 @@
</p>
<h3>Head</h3>
<ref-figure>
<ref-figure dropshadow>
<template #img>
<img
src="@/assets/refs/sebin-ref-expressions.png"
@ -353,7 +353,7 @@
<template v-if="$root.nsfw">
<h3>Penis</h3>
<ref-figure>
<ref-figure dropshadow>
<template #img>
<img
src="@/assets/refs/sebin-ref-penis.png"