修复底部按钮组件报错问题,修复限制折扣未导入onShow方法问题
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, nextTick, getCurrentInstance } from "vue";
|
||||
import { ref, onMounted, nextTick, getCurrentInstance ,computed} from "vue";
|
||||
import { isMainShop } from "@/store/account.js";
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user