This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<Modal>
|
||||
<template v-for="i in max_guesses">
|
||||
<WordleRow/>
|
||||
</template>
|
||||
</Modal>
|
||||
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Modal from './Modal.vue';
|
||||
import WordleRow from './WordleRow.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
max_guesses: 5,
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -0,0 +1,4 @@
|
||||
<template>
|
||||
asdf
|
||||
|
||||
</template>
|
||||
Reference in New Issue
Block a user