From 0a0b041911e5441725d0cf5a770e7b3c8861d0ab Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Fri, 23 Oct 2020 15:07:27 -0400 Subject: [PATCH] Fix blank height --- changelog.md | 1 + js/v.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 04bb392..a376fda 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # The Modding Tree changelog: +- Fixed the "blank" component breaking if only specifying the height. - Fixed some numbers not displaying with enough digits. ### v2.1.3.1 - 10/21/20 diff --git a/js/v.js b/js/v.js index 7ac6e50..0ba0278 100644 --- a/js/v.js +++ b/js/v.js @@ -24,7 +24,7 @@ function loadVue() {
-

+

` })