Skip to content

Commit a0cfd81

Browse files
save file
1 parent 63bca1f commit a0cfd81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

code-dev/html/display-hdr/v2.0/display-hdr-v2.0.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
<display-hdr>
4+
<display-hdr v2.0>
55

66
<template shadowrootmode=open>
77

@@ -66,7 +66,9 @@
6666

6767
(function display_hdr({mod,dom,host}){
6868

69-
var obj = {};
69+
var obj = {
70+
version : 'v2.0',
71+
};
7072

7173

7274
obj.initmod = function(params){

0 commit comments

Comments
 (0)