This commit is contained in:
les
2019-09-11 19:12:24 +02:00
parent 93baf01a55
commit 2fe956d117
65 changed files with 762 additions and 721 deletions

View File

@@ -1,5 +1,5 @@
<template>
<nuxt/>
<nuxt />
</template>
<style lang="less">
@import '../assets/style.less';

View File

@@ -7,7 +7,7 @@
<script>
export default {
props: ['error'],
props: ['error']
}
</script>
<style lang="less">

View File

@@ -1,3 +1,3 @@
<template>
<nuxt/>
<nuxt />
</template>