mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Carbon: fix var
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user