refactor: use named exports

This commit is contained in:
Justineo
2021-09-16 19:23:58 +08:00
parent 8099c9efcf
commit 573407b07a
10 changed files with 10 additions and 20 deletions

View File

@@ -49,8 +49,7 @@
</template>
<script>
import { Dialog, Button } from 'veui'
import toast from 'veui/managers/toast'
import { Dialog, Button, toast } from 'veui'
function fakeRequest () {
return new Promise(resolve =>