mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 20:58:09 +08:00
Carbon: fix var
This commit is contained in:
parent
05791606db
commit
df8107ca49
@ -342,7 +342,7 @@
|
||||
this.renderAnchorHref();
|
||||
this.goAnchor();
|
||||
|
||||
const intrigued = localStorage.getItem('CARBON_TEASER');
|
||||
const intrigued = localStorage.getItem('CARBON_TEASER_V2');
|
||||
if (!intrigued) {
|
||||
const img = new Image();
|
||||
img.onload = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user