Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged eslint-plugin-vue

0 votes
1.1k views
1 answer
    https://eslint.vuejs.org/rules/html-indent.html#options 如文档中提到的,在规则 vue/html-indent 中,可以通过配置 ignores 字段来忽略指定的节点,但是具体语法是怎样的呢?比如我要忽略模板中的自定义组件的标签 doc-code 中的内容,应该怎么写呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    https://eslint.vuejs.org/rules/html-indent.html#options 如文档中提到的,在规则 vue/html-indent 中,可以通过配置 ignores 字段来忽略指定的节点,但是具体语法是怎样的呢?比如我要忽略模板中的自定义组件的标签 doc-code 中的内容,应该怎么写呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...