diff --git a/example/components/infra/nested.vue b/example/components/infra/nested.vue
index cc76766..f0c3f31 100644
--- a/example/components/infra/nested.vue
+++ b/example/components/infra/nested.vue
@@ -35,4 +35,7 @@ export default {
   min-height: 50px;
   outline: 1px dashed;
 }
+li {
+  margin-left: 1em;
+}
 </style>