Improve footer in vue views
This commit is contained in:
@@ -42,9 +42,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer v-show="footer">
|
||||
<span v-html="footer"></span>
|
||||
</footer>
|
||||
<footer v-show="footer" v-html="footer"></footer>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -191,5 +189,9 @@ footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer > .p {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user