create single page of courses
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<product-pageAttended-course v-if="paidCourse" />
|
||||
<product-pageCourse-detail v-else/>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const paidCourse = useState('paidStatus', () => false)
|
||||
</script>
|
||||
Reference in New Issue
Block a user