wqzwh commented on a change in pull request #3039: sharding-ui-frontend add 
unit test
URL: 
https://github.com/apache/incubator-shardingsphere/pull/3039#discussion_r325130222
 
 

 ##########
 File path: sharding-ui/sharding-ui-frontend/src/components/Logo/index.vue
 ##########
 @@ -18,8 +18,8 @@
 <template>
   <div class="s-pro-components-sider-menu-index-logo">
     <a href="/">
-      <img class src="../../assets/img/sidebar-logo.png" alt="logo">
-      <img class="collapse-logo" src="../../assets/img/logo.png" alt="logo">
+      <img src="../../assets/img/sidebar-logo.png" alt="logo" />
 
 Review comment:
   add eslint rules,solve the problem of adding self-closing tags,the snippet 
code is as follows:
   
   ```
   "vue/html-self-closing": ["error", {
         "html": {
           "void": "any",
           "normal": "any",
           "component": "any"
         },
         "svg": "any",
         "math": "any"
       }]
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to