37 lines
539 B
Vue
37 lines
539 B
Vue
<template>
|
|
|
|
<div id='CONTAINER' class='list'>
|
|
|
|
<section>bla</section>
|
|
<section>bla</section>
|
|
<hr>
|
|
<section>bla</section>
|
|
<section>bla</section>
|
|
<section>bla</section>
|
|
<section>bla</section>
|
|
<h1>Some Title</h1>
|
|
<section>bla</section>
|
|
<section>bla</section>
|
|
<section>bla</section>
|
|
<section>bla</section>
|
|
<h1>Some Title</h1>
|
|
<section>bla</section>
|
|
<section>bla</section>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
export default {
|
|
name: 'CONTAINER_VIEW',
|
|
data(){
|
|
return { gstore: gstore.get }
|
|
}
|
|
}
|
|
|
|
</script> |