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>
|
||||
<div class="VueToNuxtLogo">
|
||||
<div class="Triangle Triangle--two"/>
|
||||
<div class="Triangle Triangle--one"/>
|
||||
<div class="Triangle Triangle--three"/>
|
||||
<div class="Triangle Triangle--four"/>
|
||||
</div>
|
||||
<div class="VueToNuxtLogo">
|
||||
<div class="Triangle Triangle--two"/>
|
||||
<div class="Triangle Triangle--one"/>
|
||||
<div class="Triangle Triangle--three"/>
|
||||
<div class="Triangle Triangle--four"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<nuxt/>
|
||||
</div>
|
||||
<div>
|
||||
<nuxt/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
<template>
|
||||
<section class="container">
|
||||
<div>
|
||||
<h1 class="title">
|
||||
{{ app.name }}
|
||||
</h1>
|
||||
<h2 class="subtitle">
|
||||
{{ app.text }}
|
||||
</h2>
|
||||
<div class="links">
|
||||
<a
|
||||
:href="app.url"
|
||||
target="_blank"
|
||||
class="button--green">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="container">
|
||||
<div>
|
||||
<h1 class="title">
|
||||
{{ app.name }}
|
||||
</h1>
|
||||
<h2 class="subtitle">
|
||||
{{ app.text }}
|
||||
</h2>
|
||||
<div class="links">
|
||||
<a
|
||||
:href="app.url"
|
||||
target="_blank"
|
||||
class="button--green">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
@ -22,8 +22,6 @@ import Logo from '~/components/Logo.vue'
|
|||
import appList from '~/assets/app-list.json'
|
||||
// import buildAppList from '~/helpers/build-app-list'
|
||||
|
||||
console.log('appList', appList)
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Logo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue