[+] Create subtitle

This commit is contained in:
Hykilpikonna
2019-12-22 23:18:30 -05:00
parent 8e365b194d
commit 14e97fefb3
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
<div id="app"> <div id="app">
<div id="title" :style="titleStyle"> <div id="title" :style="titleStyle">
<div id="title-text">{{config.title.text}}</div> <div id="title-text">{{config.title.text}}</div>
<div id="title-sub">{{config.title.sub}}</div>
</div> </div>
</div> </div>
</template> </template>
+1
View File
@@ -2,6 +2,7 @@
"title": "title":
{ {
"text": "Charlie's Gallery", "text": "Charlie's Gallery",
"sub": "This is a subtitle",
"height": 80, "height": 80,
"background": "title.jpeg", "background": "title.jpeg",
"dim": 50, "dim": 50,