feat:开发商品列表

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

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

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

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

Loading…
Cancel
Save