Upgrade nuxt to 2.13.0
This commit is contained in:
@@ -32,17 +32,11 @@
|
||||
|
||||
<script>
|
||||
import { mdiArrowLeft } from '@mdi/js'
|
||||
import LoginForm from '~/components/LoginForm'
|
||||
import RegisterForm from '~/components/RegisterForm'
|
||||
|
||||
export default {
|
||||
options: {
|
||||
auth: 'guest',
|
||||
},
|
||||
components: {
|
||||
LoginForm,
|
||||
RegisterForm,
|
||||
},
|
||||
data: () => ({
|
||||
mdiArrowLeft,
|
||||
tab: 0,
|
||||
|
||||
@@ -12,14 +12,10 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import TagsGroup from '@/components/TagsGroup'
|
||||
import renderMarkdown from '@/utils/markdown'
|
||||
|
||||
export default {
|
||||
name: 'Note',
|
||||
components: {
|
||||
TagsGroup,
|
||||
},
|
||||
data: () => ({
|
||||
note: {
|
||||
tags: [],
|
||||
|
||||
@@ -29,11 +29,9 @@
|
||||
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
import NoteCard from '@/components/NoteCard.vue'
|
||||
|
||||
export default {
|
||||
name: 'Notes',
|
||||
components: { NoteCard },
|
||||
data: () => ({
|
||||
loading: true,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user