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