Update code comment for clarity.

This commit is contained in:
bmauger 2021-11-23 14:53:51 -05:00
parent ee65765293
commit 9dabb050b8

View file

@ -8,7 +8,7 @@
<script>
export default {
name: "loader",
/* Specify size in rem where 16px = 1rem */
/* Specify size in number value which translates to rem value. For example, 1.5 = 1.5rem */
props: {
sizeInRem: {
type: Number,