Skip to content

Commit

Permalink
demo(root): use correct tagname
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Aug 4, 2023
1 parent afa665d commit 5812774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/root-sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</head>

<body>
<mdw-window>
<mdw-root>
<mdw-nav-rail id="rail" slot="start">
<mdw-nav-rail-item icon="1k">Item 1</mdw-nav-rail-item>
<mdw-nav-rail-item icon="2k">Item 2</mdw-nav-rail-item>
Expand Down Expand Up @@ -129,7 +129,7 @@
</mdw-list>
</mdw-box>
</mdw-page>
</mdw-window>
</mdw-root>
<script>
const { searchParams } = new URL(document.location);
if (!searchParams.has('rail')) {
Expand Down

0 comments on commit 5812774

Please sign in to comment.