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

@@ -15,8 +15,7 @@
</template>
<script>
import { ConfirmBox, Button } from 'veui'
import toast from 'veui/managers/toast'
import { ConfirmBox, Button, toast } from 'veui'
export default {
components: {