Skip to content

Commit

Permalink
Fix bug build:w not working
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed May 10, 2023
1 parent eb7cce8 commit 96eea8a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export default defineComponent({
const removed = visibleItems.value.splice(offsetIndex, 1)
hiddenItems.value.push(removed[0])
console.log(hiddenItems.value)
reduceBreadcrumb(offsetIndex)
}
Expand Down Expand Up @@ -312,7 +313,7 @@ export default defineComponent({

<style lang="scss">
.hide {
display: none;
display: none !important;
}
.oc-breadcrumb {
overflow: hidden;
Expand Down

0 comments on commit 96eea8a

Please sign in to comment.