chore: add eslint rule sort imports (#6823)

This commit is contained in:
三咲智子
2022-03-25 15:35:56 +08:00
committed by GitHub
parent 6eead7cc2f
commit 184facdb4c
366 changed files with 821 additions and 810 deletions

View File

@ -19,7 +19,7 @@
</template>
<script lang="ts" setup>
import { ref, onMounted } from 'vue'
import { onMounted, ref } from 'vue'
interface ListItem {
value: string