mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2025-12-17 19:36:32 +01:00
Initial commit
This commit is contained in:
@@ -10,11 +10,21 @@
|
||||
full-stack web development in 2018.
|
||||
</span>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<ul>
|
||||
<li v-for="(value, index) in languages" :key="index">{{ value }}</li>
|
||||
</ul>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'BioPage'
|
||||
name: 'BioPage',
|
||||
data () {
|
||||
return {
|
||||
languages: ['Java', 'Android']
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user