chore: update deps

This commit is contained in:
Vben
2021-03-26 21:16:08 +08:00
parent 2658e15dad
commit e090689ef5
16 changed files with 515 additions and 498 deletions

View File

@@ -69,8 +69,8 @@
});
</script>
<style lang="less" scoped>
:global(.app-locale-picker-overlay) {
<style lang="less">
.app-locale-picker-overlay {
.ant-dropdown-menu-item {
min-width: 160px;
}

View File

@@ -14,6 +14,7 @@
<script lang="ts">
import { defineComponent } from 'vue';
import AppSearchKeyItem from './AppSearchKeyItem.vue';
import { useDesign } from '/@/hooks/web/useDesign';

View File

@@ -5,7 +5,7 @@
</template>
<script lang="ts">
import { defineComponent } from 'vue';
import Icon from '/@/components/Icon';
import { Icon } from '/@/components/Icon';
import { propTypes } from '/@/utils/propTypes';
export default defineComponent({