更新:1.课程详情增加骨架屏;2.图书首页和图书详情增加骨架屏;
This commit is contained in:
@@ -37,8 +37,6 @@ const props = defineProps<{
|
||||
visible: boolean
|
||||
}>()
|
||||
|
||||
console.log(props.visible)
|
||||
|
||||
const showProtocol = computed({
|
||||
get: () => props.visible,
|
||||
set: (val) => emit('update:visible', val)
|
||||
|
||||
Reference in New Issue
Block a user