12345678910111213141516171819 |
- <template lang='pug'>
- v-container(fluid, fill-height)
- v-layout(row wrap)
- v-flex(xs12)
- .headline.primary--text Content Rendering
- .subheading.grey--text Configure how content is rendered
- </template>
- <script>
- export default {
- data() {
- return {}
- }
- }
- </script>
- <style lang='scss'>
- </style>
|