Skip to content

Commit 9c2533e

Browse files
committed
fix: Simplify geolocation attribute in current-location.html
The "data-" prefix was removed to simplify the geolocation attribute in the current-location.html file.
1 parent c67a8ac commit 9c2533e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/current-location.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<body>
3737
<div
38-
data-geolocation="true"
38+
geolocation="true"
3939
array="users"
4040
object="{{userId}}"
4141
key="currentLocation"

0 commit comments

Comments
 (0)