Mazhewei007

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Mazhewei007 created a post, .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 created a post, 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...