Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

eslint ignore v-html

    <!-- eslint-disable-next-line vue/no-v-html -->
    <p class="post-excerpt" v-html="post.excerpt || post.frontmatter.description || '' " />
Source by github.com #
 
PREVIOUS NEXT
Tagged: #eslint #ignore
ADD COMMENT
Topic
Name
3+5 =