refactor: adjust template structure
This commit is contained in:
parent
05682347c7
commit
7cfac424e2
2 changed files with 35 additions and 23 deletions
|
@ -16,6 +16,10 @@ const colors = [
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<TextBlock>
|
||||||
|
<h1>{{ $route.meta.title }}</h1>
|
||||||
|
</TextBlock>
|
||||||
|
|
||||||
<RefImage>
|
<RefImage>
|
||||||
<source
|
<source
|
||||||
srcset="
|
srcset="
|
||||||
|
@ -59,6 +63,7 @@ const colors = [
|
||||||
strip of deep dark cedar brown. Arms and legs are distinguished by a light
|
strip of deep dark cedar brown. Arms and legs are distinguished by a light
|
||||||
earthy brown.
|
earthy brown.
|
||||||
</p>
|
</p>
|
||||||
|
</TextBlock>
|
||||||
|
|
||||||
<RefImage>
|
<RefImage>
|
||||||
<source
|
<source
|
||||||
|
@ -82,6 +87,7 @@ const colors = [
|
||||||
</template>
|
</template>
|
||||||
</RefImage>
|
</RefImage>
|
||||||
|
|
||||||
|
<TextBlock>
|
||||||
<p>
|
<p>
|
||||||
His entire body is speckled with scattered aquamarine spots, which come in
|
His entire body is speckled with scattered aquamarine spots, which come in
|
||||||
pairs of one large and one small spot. The only exceptions are the spots
|
pairs of one large and one small spot. The only exceptions are the spots
|
||||||
|
|
|
@ -49,6 +49,10 @@ const sexData = [
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<TextBlock>
|
||||||
|
<h1>{{ $route.meta.title }}</h1>
|
||||||
|
</TextBlock>
|
||||||
|
|
||||||
<DataTable :headings="heads" :data="data"></DataTable>
|
<DataTable :headings="heads" :data="data"></DataTable>
|
||||||
|
|
||||||
<TextBlock>
|
<TextBlock>
|
||||||
|
@ -76,15 +80,17 @@ const sexData = [
|
||||||
<p>
|
<p>
|
||||||
He likes things to be simple, which is why he is not a big fan of
|
He likes things to be simple, which is why he is not a big fan of
|
||||||
high-tech. He does have a smartphone, but he hates using it as much as he
|
high-tech. He does have a smartphone, but he hates using it as much as he
|
||||||
dislikes the fact he’s dependent on owning one.
|
dislikes the fact he's dependent on owning one.
|
||||||
</p>
|
</p>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
|
||||||
<TextBlock>
|
<TextBlock>
|
||||||
<h2>Sexuality</h2>
|
<h2>Sexuality</h2>
|
||||||
|
</TextBlock>
|
||||||
|
|
||||||
<DataTable :headings="sexHeads" :data="sexData"></DataTable>
|
<DataTable :headings="sexHeads" :data="sexData"></DataTable>
|
||||||
|
|
||||||
|
<TextBlock>
|
||||||
<p>
|
<p>
|
||||||
As a teenager, Viktor noticed that he felt a bit differently about the
|
As a teenager, Viktor noticed that he felt a bit differently about the
|
||||||
boys in his class. Especially in gym class, his eyes tended to linger
|
boys in his class. Especially in gym class, his eyes tended to linger
|
||||||
|
@ -108,7 +114,7 @@ const sexData = [
|
||||||
him out as his bro. At first his buddy was irritated by the offer, but
|
him out as his bro. At first his buddy was irritated by the offer, but
|
||||||
eventually agreed. The two snuck into a bedroom at the host's place, where
|
eventually agreed. The two snuck into a bedroom at the host's place, where
|
||||||
Viktor would let his buddy unload all the pent-up pressure inside him. He
|
Viktor would let his buddy unload all the pent-up pressure inside him. He
|
||||||
wouldn’t remember much of the party, but what he didn’t forget how good it
|
wouldn't remember much of the party, but what he didn't forget how good it
|
||||||
felt to give himself to another man.
|
felt to give himself to another man.
|
||||||
</p>
|
</p>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue