Skip to content

Commit

Permalink
chore: use span instead of br
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Jan 25, 2021
1 parent 863cccb commit 2cd0001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vue-router/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ gnored in client component templates. -->
},
template: `
<metainfo>
<template v-slot:body><br/></template>
<template v-slot:body><span/></template>
</metainfo>
<div id="app">
Expand Down

0 comments on commit 2cd0001

Please sign in to comment.