Skip to content

Commit

Permalink
feat: enable download .ecc function
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangChiTW committed Apr 20, 2023
1 parent e907cfa commit 5a5e261
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/editor/header/ActionBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
<mdc-menu-divider></mdc-menu-divider>
<mdc-menu-item>Ewds file (.ewds)</mdc-menu-item>
<!-- <mdc-menu-item>EDrop Project (.edp)</mdc-menu-item> -->
<!-- <mdc-menu-item>EDrop Control Config (.ecc)</mdc-menu-item> -->
<mdc-menu-item>Dxf file (.dxf)</mdc-menu-item>
<mdc-menu-item>EDrop Control Config (.ecc)</mdc-menu-item>
<!-- <mdc-menu-item>Vue sources (.zip)</mdc-menu-item> -->
</mdc-menu>
</mdc-menu-anchor>
Expand Down Expand Up @@ -187,6 +187,9 @@ export default {
case 2:
this.$root.$emit('open-routing-resolution')
break
case 3:
this.downloadProjectECC()
break
default:
break
// case 1: this.downloadProjectEWD(); break
Expand Down

0 comments on commit 5a5e261

Please sign in to comment.