mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
chore: add eslint rule sort imports (#6823)
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref, onMounted } from 'vue'
|
||||
import { onMounted, ref } from 'vue'
|
||||
|
||||
interface ListItem {
|
||||
value: string
|
||||
|
Reference in New Issue
Block a user