linting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<nuxt/>
|
||||
<nuxt />
|
||||
</template>
|
||||
<style lang="less">
|
||||
@import '../assets/style.less';
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ['error'],
|
||||
props: ['error']
|
||||
}
|
||||
</script>
|
||||
<style lang="less">
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<template>
|
||||
<nuxt/>
|
||||
<nuxt />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user