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

@@ -31,9 +31,8 @@
</template>
<script>
import { AlertBox, Button, Icon } from 'veui'
import { AlertBox, Button, Icon, toast } from 'veui'
import 'veui-theme-dls-icons/info-circle'
import toast from 'veui/managers/toast'
export default {
components: {