2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-24 19:01:29 +03:00

chore: use span instead of br

This commit is contained in:
pimlie
2021-01-25 01:34:44 +01:00
parent 863cccb2ca
commit 2cd00015fe
+1 -1
View File
@@ -149,7 +149,7 @@ gnored in client component templates. -->
}, },
template: ` template: `
<metainfo> <metainfo>
<template v-slot:body><br/></template> <template v-slot:body><span/></template>
</metainfo> </metainfo>
<div id="app"> <div id="app">