mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 19:30:19 +08:00
Fix titlebar null property during initialization (#726)
This commit is contained in:
parent
7bab8fa69c
commit
a803cf4ab5
@ -32,6 +32,7 @@
|
|||||||
@click.stop="handleMenuClick"
|
@click.stop="handleMenuClick"
|
||||||
>☰</div>
|
>☰</div>
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
|
v-if="wordCount"
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
:content="`${wordCount[show]} ${HASH[show].full + (wordCount[show] > 1 ? 's' : '')}`"
|
:content="`${wordCount[show]} ${HASH[show].full + (wordCount[show] > 1 ? 's' : '')}`"
|
||||||
|
Loading…
Reference in New Issue
Block a user