chore: disable eslint rule for v-html in ProjectInfo component

This commit is contained in:
kolaente 2025-05-13 21:47:50 +02:00
parent 1be0c96b65
commit 12e1a90f79
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<!-- eslint-disable vue/no-v-html -->
<template>
<Modal
@close="$router.back()"