mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Fix: lit template
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
<script src="./src/my-element.ts" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<my-element/>
|
||||
<my-element></my-element>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
<script src="./src/my-element.js" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<my-element/>
|
||||
<my-element></my-element>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
<script src="./src/my-element.ts" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<my-element/>
|
||||
<my-element></my-element>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
<script src="./src/my-element.js" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<my-element/>
|
||||
<my-element></my-element>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user