Skip to content

Commit bc6dd96

Browse files
committed
fix[docs]: solara.Meta elements insert empty span into DOM
1 parent e500a9b commit bc6dd96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solara/components/head_tag.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<template><span></span></template>
1+
<template><span style="display: none;"></span></template>
22

33
<script>
44
module.exports = {

0 commit comments

Comments
 (0)