Zhihui-Platform / client

Use interpolation expressions instead of the v-html attribute JS-0693
Security
Major
2 years ago2 years old
'v-html' directive can lead to XSS attack
17</script>
18
19<template>
20  <div class="vp-doc" v-html="content"></div>21</template>
22
23<style scoped>