autoimport with eslint now
This commit is contained in:
@@ -23,9 +23,10 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import GoBack from '@/components/GoBack.vue'
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
import GoBack from '@/components/GoBack.vue'
|
||||
|
||||
export default defineComponent({
|
||||
components: { GoBack }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user