Skip to content

Commit 073558a

Browse files
committed
[fix] a Runtime Renderer bug
1 parent e809e53 commit 073558a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source

themes/Icarus/layout/widget/marker_map.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise%2CIntersectionObserver"></script>
33

44
<script src="https://cdn.jsdelivr.net/npm/dom-renderer"></script>
5-
<script src="https://cdn.jsdelivr.net/npm/web-cell"></script>
5+
<script src="https://cdn.jsdelivr.net/npm/web-cell@1.2.3"></script>
66
<script src="//webapi.amap.com/maps?v=1.4.15&key=<%= config.amap.key %>&plugin=AMap.Geocoder,AMap.AdvancedInfoWindow"></script>
77

88
<template><%= JSON.stringify( markers ) %></template>

0 commit comments

Comments
 (0)