We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70c6fe commit c1ed329Copy full SHA for c1ed329
src/components/HighCode.vue
@@ -91,7 +91,6 @@ let arr = ref([])
91
const codeArea = ref(null)
92
nextTick(() => {
93
const preCodeHeightDemo = codeArea.value.offsetHeight
94
- console.log(preCodeHeightDemo, 'preCodeHeight')
95
const count = Math.floor(preCodeHeightDemo / 24)
96
for (let i = 1; i <= count; i++) {
97
arr.value.push(i)
0 commit comments