@slidev/client 0.40.9 → 0.40.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,4 +52,7 @@ const classes = computed(() => {
52
52
  .slidev-layout .slidev-toc-item p {
53
53
  margin: 0;
54
54
  }
55
+ .slidev-layout .slidev-toc-item div, .slidev-layout .slidev-toc-item div p {
56
+ display: initial;
57
+ }
55
58
  </style>
package/layouts/end.vue CHANGED
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="slidev-layout end">
3
- END
3
+ <slot>END</slot>
4
4
  </div>
5
5
  </template>
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/client",
3
- "version": "0.40.9",
3
+ "version": "0.40.10",
4
4
  "description": "Presentation slides for developers",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -41,8 +41,8 @@
41
41
  "vue-router": "^4.1.6",
42
42
  "vue-starport": "^0.3.0",
43
43
  "windicss": "^3.5.6",
44
- "@slidev/parser": "0.40.9",
45
- "@slidev/types": "0.40.9"
44
+ "@slidev/parser": "0.40.10",
45
+ "@slidev/types": "0.40.10"
46
46
  },
47
47
  "devDependencies": {
48
48
  "vite": "^4.2.1"