fix pug indent issue

This commit is contained in:
lesion
2022-07-01 15:55:09 +02:00
parent baeb141ccd
commit 1ca44cf048
31 changed files with 888 additions and 894 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
List(:events="events" :title='title')
<template>
<List :events="events" :title='title'/>
</template>
<script>
import List from '../../components/List'