fix: 修复eslint检测问题和生产打包问题
Former-commit-id: dbba543597dd24d5c8b61287590cdc43db22874a
This commit is contained in:
@@ -28,12 +28,6 @@ import { useRoute } from "vue-router";
|
||||
import { GoodsDetail } from "@/types";
|
||||
|
||||
const route = useRoute();
|
||||
const props = defineProps({
|
||||
goodsId: {
|
||||
type: String,
|
||||
default: () => ''
|
||||
}
|
||||
})
|
||||
|
||||
const state = reactive({
|
||||
loaded: false,
|
||||
|
||||
Reference in New Issue
Block a user