Skip to content

Commit

Permalink
correct vue component names
Browse files Browse the repository at this point in the history
  • Loading branch information
phcreery committed Feb 19, 2023
1 parent e0d21d1 commit 5c02f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/inventory/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>
</template>

<script setup lang="tsx" name="useComponent">
<script setup lang="tsx" name="inventory">
import { ref, reactive } from "vue";
import { CirclePlus, Delete, EditPen, Download, Upload, DCaret, Switch } from "@element-plus/icons-vue";
import { ColumnProps } from "@/components/ProTable/interface/index";
Expand Down

0 comments on commit 5c02f7b

Please sign in to comment.