mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix indentions
This commit is contained in:
parent
58f118a9dc
commit
c363f3b182
3 changed files with 25 additions and 27 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="VueToNuxtLogo">
|
<div class="VueToNuxtLogo">
|
||||||
<div class="Triangle Triangle--two"/>
|
<div class="Triangle Triangle--two"/>
|
||||||
<div class="Triangle Triangle--one"/>
|
<div class="Triangle Triangle--one"/>
|
||||||
<div class="Triangle Triangle--three"/>
|
<div class="Triangle Triangle--three"/>
|
||||||
<div class="Triangle Triangle--four"/>
|
<div class="Triangle Triangle--four"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<nuxt/>
|
<nuxt/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,20 @@
|
||||||
<template>
|
<template>
|
||||||
<section class="container">
|
<section class="container">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
{{ app.name }}
|
{{ app.name }}
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="subtitle">
|
<h2 class="subtitle">
|
||||||
{{ app.text }}
|
{{ app.text }}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a
|
<a
|
||||||
:href="app.url"
|
:href="app.url"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="button--green">Download</a>
|
class="button--green">Download</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -22,8 +22,6 @@ import Logo from '~/components/Logo.vue'
|
||||||
import appList from '~/assets/app-list.json'
|
import appList from '~/assets/app-list.json'
|
||||||
// import buildAppList from '~/helpers/build-app-list'
|
// import buildAppList from '~/helpers/build-app-list'
|
||||||
|
|
||||||
console.log('appList', appList)
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
Logo
|
Logo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue