Mazhewei007

- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
Mazhewei007 创建了一个帖子, .vue file with mustache code-format conflict with eslint-plugin-vue
Here is a demo. <template> <div> {{ foo }}<span id="id" style="width: 20px">span content</span> </div></template><script> export default { name: 'Test', data() { return { fo... -
Mazhewei007 创建了一个帖子, EditorConfig doesn't work in WebStorm 2019.2
here is my .editorconfig file content ``` root = true[*]charset = utf-8indent_style = spaceindent_size = 2end_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = true[*.md]trim_traili...