Skip to content

Commit e74186d

Browse files
authored
chore: update Vue to 3.5.17 (#969)
1 parent 3887505 commit e74186d

File tree

4 files changed

+302
-292
lines changed

4 files changed

+302
-292
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "monorepo-vue-macros",
33
"version": "3.0.0-beta.14",
44
"private": true,
5-
"packageManager": "pnpm@10.11.0",
5+
"packageManager": "pnpm@10.12.3",
66
"description": "Monorepo for Vue Macros.",
77
"type": "module",
88
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",

packages/named-template/tests/__snapshots__/fixtures.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
2121
2222
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
2323
return (openBlock(), createElementBlock(Fragment, null, [
24-
_cache[0] || (_cache[0] = createElementVNode("div", null, "Test", -1 /* HOISTED */)),
24+
_cache[0] || (_cache[0] = createElementVNode("div", null, "Test", -1 /* CACHED */)),
2525
createElementVNode("span", null, toDisplayString($setup.foo))
2626
], 64 /* STABLE_FRAGMENT */))
2727
}
@@ -43,7 +43,7 @@ function render(...args) {
4343
null,
4444
"hello",
4545
-1
46-
/* HOISTED */
46+
/* CACHED */
4747
)), (openBlock(), createBlock(Fragment, null, [block0.render(...args)]))],
4848
64
4949
/* STABLE_FRAGMENT */
@@ -146,7 +146,7 @@ function render(...args) {
146146
null,
147147
"Here is data table",
148148
-1
149-
/* HOISTED */
149+
/* CACHED */
150150
)),
151151
$setup.pager === "bottom" ? (openBlock(), createBlock(Fragment, { key: 1 }, [block0.render(...args)])) : createCommentVNode("v-if", true)
152152
],

0 commit comments

Comments
 (0)