Skip to content

Commit

Permalink
fix: open file format ewds -> ecc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangChiTW committed Aug 16, 2023
1 parent c569b6d commit ee87f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/header/ActionBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<mdc-menu-item disabled>Open project:</mdc-menu-item>
<mdc-menu-divider></mdc-menu-divider>
<mdc-menu-item>
<input type="file" ref="inputOpenLocal" @change="openLocalFile" :value="fileValue" accept=".ewds"/>
<input type="file" ref="inputOpenLocal" @change="openLocalFile" :value="fileValue" accept=".ecc"/>
Computer
</mdc-menu-item>
<!-- <mdc-menu-item>GitHub</mdc-menu-item> -->
Expand Down

0 comments on commit ee87f18

Please sign in to comment.