人生啊人生 10 月之前
父节点
当前提交
c1eb8e8358
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      src/components/student/CourseChapter3d.vue

+ 9 - 1
src/components/student/CourseChapter3d.vue

@@ -18,6 +18,15 @@ const props = defineProps({
     },
     },
 });
 });
 
 
+/**
+ * stores 合集
+ */
+let storesObj = {
+
+};
+
+
+
 // 定义发射给父组件的方法
 // 定义发射给父组件的方法
 const emits = defineEmits([
 const emits = defineEmits([
     // 上一步是否显示
     // 上一步是否显示
@@ -181,7 +190,6 @@ const initScene = () => {
 }
 }
 
 
 
 
-
 </script>
 </script>
 
 
 <template>
 <template>