Fix eslint warning.

This commit is contained in:
Kavin 2023-08-07 19:45:26 +01:00
parent dafc3454b4
commit fb99dbdc0a
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 1 additions and 1 deletions

View File

@ -169,8 +169,8 @@
<label v-t="'actions.show_chapters'" class="ml-2" for="showChapters" />
</span>
<!-- eslint-disable-next-line vue/no-v-html -->
<template v-if="showDesc">
<!-- eslint-disable-next-line vue/no-v-html -->
<div class="break-words description" v-html="purifiedDescription" />
<br />