Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 2cd0001

Browse files
committed
chore: use span instead of br
1 parent 863cccb commit 2cd0001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vue-router/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ gnored in client component templates. -->
149149
},
150150
template: `
151151
<metainfo>
152-
<template v-slot:body><br/></template>
152+
<template v-slot:body><span/></template>
153153
</metainfo>
154154
155155
<div id="app">

0 commit comments

Comments
 (0)