Skip to content

Commit c1ed329

Browse files
committed
fix: build file delete console.log
1 parent c70c6fe commit c1ed329

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/HighCode.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ let arr = ref([])
9191
const codeArea = ref(null)
9292
nextTick(() => {
9393
const preCodeHeightDemo = codeArea.value.offsetHeight
94-
console.log(preCodeHeightDemo, 'preCodeHeight')
9594
const count = Math.floor(preCodeHeightDemo / 24)
9695
for (let i = 1; i <= count; i++) {
9796
arr.value.push(i)

0 commit comments

Comments
 (0)