generated from VLADIMIR/template_frontend
add story
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import GamePage from '@/components/GamePage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<GamePage />
|
||||
</template>
|
||||
|
||||
<style lang="css"></style>
|
||||
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import TeamStoryPage from '@/components/TeamStoryPage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<TeamStoryPage />
|
||||
</template>
|
||||
|
||||
<style lang="css"></style>
|
||||
Reference in New Issue
Block a user