feat:开发商品列表

merge-requests/8/head
张征 2 years ago
parent 35675e0129
commit 7d42def8d0

@ -27,7 +27,7 @@
</div>
</template>
<script>
import Sort from "./module/Sort.vue";
import Sort from "./module/SortItem.vue";
import GoodsItem from "./module/Item.vue";
export default {
components: { Sort, GoodsItem },

@ -28,7 +28,7 @@
<script>
import { Debounce } from "~/plugins/utils";
export default {
name: "Sort",
name: "SortItem",
props: {
sortText: {
type: String,

@ -6,7 +6,7 @@
* @Description: file content
*/
import { TOKEN } from "../plugins/config/localKey";
import { TOKEN } from "../plugins/config/sotrageKey";
export const state = () => ({

Loading…
Cancel
Save