feat: add dropshadow prop to figure component
This commit is contained in:
parent
96005f3a9c
commit
a4fadab6ad
2 changed files with 15 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue