html rendering, bug fixes

This commit is contained in:
Andrew Gundersen 2021-12-01 19:33:25 -06:00
commit 0c6a58ea24
6 changed files with 26 additions and 11 deletions

View file

@ -16,14 +16,8 @@ const Bubble =
},
template: `
<div :class="'bubble ' + modifier + '-bubble ' + modifier +'-'+ child">
{{ text }}
<div :class="'bubble ' + modifier + '-bubble ' + modifier +'-'+ child" v-html="text">
</div> `
};
export default Bubble;
// <div v-show="!seen" class="bubble-notify"></div>