Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
move ProductItem.vue to item/
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Aug 14, 2023
1 parent aff3772 commit cbc828c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const SignInError = () => import("@/views/auth/SignInError.vue");

const ProductTop = () => import("@/views/product/ProductTop.vue");
const ProductList = () => import("@/views/product/ProductList.vue");
const ProductItem = () => import("@/views/product/ProductItem.vue");
const ProductItem = () => import("@/views/product/item/ProductItem.vue");
const ProductAdd = () => import("@/views/product/ProductAdd.vue");

const ProductType = () => import("@/views/admin/ProductType.vue");
Expand Down
File renamed without changes.

0 comments on commit cbc828c

Please sign in to comment.