Skip to content

Commit aca14ac

Browse files
committed
test: update snapshot
1 parent 6fa83cc commit aca14ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/__tests__/__snapshots__/compileTemplate.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ export function ssrRender(_ctx, _push, _parent, _attrs) {
8080
exports[`template errors 1`] = `
8181
[
8282
[SyntaxError: Error parsing JavaScript expression: Unexpected token (1:3)],
83-
[SyntaxError: v-model can only be used on <input>, <textarea> and <select> elements.],
83+
[SyntaxError: v-model can only be used on <input>, <textarea>, <select> and <details> elements.],
8484
]
8585
`;

0 commit comments

Comments
 (0)