You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/12/22 01:13:08 UTC

[GitHub] [dolphinscheduler] songjianet commented on a change in pull request #7533: [Feature][UI Next]: Rearrange the routing and format the code

songjianet commented on a change in pull request #7533:
URL: https://github.com/apache/dolphinscheduler/pull/7533#discussion_r773535858



##########
File path: dolphinscheduler-ui-next/src/layouts/basic/components/sider/index.tsx
##########
@@ -41,20 +41,20 @@ const Sider = defineComponent({
     },
   },
   setup(props) {
-    const currentMenuRef = ref({});
+    const currentMenuRef = ref({})
 
     const handleMenuClick = (key, data) => {
-      currentMenuRef.value = data;
-    };
+      currentMenuRef.value = data
+    }
 
-    return { handleMenuClick };
+    return { handleMenuClick }
   },
   render() {
     if (this.visible) {

Review comment:
       &&




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org