This commit is contained in:
X1627315083@163.com
2026-04-10 14:40:48 +08:00
parent 5e77348913
commit 3b70ed2830
11 changed files with 1039 additions and 43 deletions

View File

@@ -2,6 +2,7 @@
import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue";
import sellerHeader from "../../seller-header.vue"
import sellerContent from "./content.vue"
import myEvent from "@/tool/myEvents.js"
//const props = defineProps({
//})
@@ -9,6 +10,9 @@ import sellerContent from "./content.vue"
//])
let data = reactive({
})
const newListing = ()=>{
myEvent.emit('newListing')
}
onMounted(()=>{
})
onUnmounted(()=>{
@@ -23,7 +27,7 @@ const {} = toRefs(data);
tip="Active listings and unpublished inventory."
>
<template #right>
<div class="button">
<div class="button" @click="newListing">
<span>New Listing</span>
<div class="icon">
<i class="fi fi-br-plus"></i>