Skip to content

Commit

Permalink
fix: BanyanDB ui unable to load icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterBright committed Jul 8, 2023
1 parent c1d3271 commit 6693ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Header/components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { reactive } from "vue";
import { ElImage, ElTooltip, ElMenu, ElMenuItem } from 'element-plus'
import { useRoute } from 'vue-router'
import { watch, getCurrentInstance } from '@vue/runtime-core'
import userImg from '@/assets/banyandb_small.jpg'
// Eventbus
const $bus = getCurrentInstance().appContext.config.globalProperties.mittBus
Expand All @@ -35,7 +36,6 @@ const data = reactive({
isCollapse: false,
showButton: false
})
const userImg = 'http://localhost:5173/src/assets/banyandb_small.jpg'
// watch
watch(() => route, () => {
Expand Down

0 comments on commit 6693ad7

Please sign in to comment.