2018-03-18 02:41:16 +00:00
|
|
|
<template lang='pug'>
|
|
|
|
v-container(fluid, fill-height)
|
|
|
|
v-layout(row wrap)
|
|
|
|
v-flex(xs12)
|
2018-06-11 03:23:09 +00:00
|
|
|
.headline.primary--text Rendering
|
2018-03-18 02:41:16 +00:00
|
|
|
.subheading.grey--text Configure how content is rendered
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
return {}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang='scss'>
|
|
|
|
|
|
|
|
</style>
|