forked from extern/homer
Lint clean
This commit is contained in:
parent
4bfcc5bc95
commit
8ae1fe8a4e
@ -36,7 +36,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.github.com/bastienwirtz/homer/master/docs/screenshot.png">
|
<img src="https://raw.github.com/bastienwirtz/homer/master/docs/screenshot.png" width="100%">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
@ -3,7 +3,11 @@
|
|||||||
<div v-if="message.title" class="message-header">
|
<div v-if="message.title" class="message-header">
|
||||||
<p>{{ message.title }}</p>
|
<p>{{ message.title }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="message.content" class="message-body" v-html="message.content"></div>
|
<div
|
||||||
|
v-if="message.content"
|
||||||
|
class="message-body"
|
||||||
|
v-html="message.content"
|
||||||
|
></div>
|
||||||
</article>
|
</article>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ module.exports = {
|
|||||||
pwa: {
|
pwa: {
|
||||||
manifestPath: "assets/manifest.json",
|
manifestPath: "assets/manifest.json",
|
||||||
manifestOptions: {
|
manifestOptions: {
|
||||||
start_url: '../',
|
start_url: "../",
|
||||||
},
|
},
|
||||||
appleMobileWebAppStatusBarStyle: "black",
|
appleMobileWebAppStatusBarStyle: "black",
|
||||||
appleMobileWebAppCapable: "yes",
|
appleMobileWebAppCapable: "yes",
|
||||||
|
Loading…
Reference in New Issue
Block a user