Skip to content

Commit b28888d

Browse files
committed
use text/x-template for modal example
1 parent 2ae27c3 commit b28888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/modal/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<!-- template for the modal component -->
11-
<script type="x/template" id="modal-template">
11+
<script type="text/x-template" id="modal-template">
1212
<div class="modal-mask" transition="modal">
1313
<div class="modal-wrapper">
1414
<div class="modal-container">

0 commit comments

Comments
 (0)