forked from extern/homer
Lint clean
This commit is contained in:
parent
4bfcc5bc95
commit
8ae1fe8a4e
@ -36,7 +36,7 @@
|
||||
</p>
|
||||
|
||||
<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>
|
||||
|
||||
## Table of Contents
|
||||
|
@ -3,7 +3,11 @@
|
||||
<div v-if="message.title" class="message-header">
|
||||
<p>{{ message.title }}</p>
|
||||
</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>
|
||||
</template>
|
||||
|
||||
|
@ -11,7 +11,7 @@ module.exports = {
|
||||
pwa: {
|
||||
manifestPath: "assets/manifest.json",
|
||||
manifestOptions: {
|
||||
start_url: '../',
|
||||
start_url: "../",
|
||||
},
|
||||
appleMobileWebAppStatusBarStyle: "black",
|
||||
appleMobileWebAppCapable: "yes",
|
||||
|
Loading…
Reference in New Issue
Block a user