valaxy-theme-yun 0.28.11 → 1.0.0-beta.1
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.
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<!--
|
|
3
|
-
|
|
2
|
+
<!--
|
|
3
|
+
Empty placeholder, meant to be overridden by the user (see demo/yun/components/YunAdBoard.vue).
|
|
4
|
+
`v-if="false"` renders a comment node instead of a real element: this avoids the SSR hydration
|
|
5
|
+
crash a raw `<template>` causes (#711), while still adding no gap to the parent flex layout,
|
|
6
|
+
which an empty `<div>` would (ab57216f).
|
|
7
|
+
-->
|
|
8
|
+
<template v-if="false" />
|
|
4
9
|
</template>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valaxy-theme-yun",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "1.0.0-beta.1",
|
|
5
5
|
"description": "Default theme (Yun) for Valaxy — a Vite & Vue powered static blog generator",
|
|
6
6
|
"author": {
|
|
7
7
|
"email": "me@yunyoujun.cn",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/animejs": "^3.1.13",
|
|
44
|
-
"valaxy": "0.
|
|
44
|
+
"valaxy": "1.0.0-beta.1",
|
|
45
45
|
"valaxy-addon-waline": "0.2.1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|