Написание движка для интерактивного обучения
This commit is contained in:
@@ -6,7 +6,7 @@ import AppDialogManager from "../Components/AppDialogManager.vue";
|
||||
import Noise from "../Components/Noise.vue";
|
||||
import { useThemeVars } from "naive-ui";
|
||||
import { computed } from "vue";
|
||||
import Onboarding from "../Components/Onboarding/Onboarding.vue";
|
||||
import Tour from "../Components/Tour/Tour.vue";
|
||||
|
||||
const {isGlobalLoading} = useGlobalLoading()
|
||||
const themeVars = useThemeVars()
|
||||
@@ -92,7 +92,7 @@ const blobBg = computed(() => {
|
||||
</NLayout>
|
||||
|
||||
</NLayout>
|
||||
<Onboarding />
|
||||
<Tour />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user