This commit is contained in:
@@ -5,11 +5,14 @@
|
|||||||
<img ref="redDragon" class="pixelated" id="red-dragon" src="/sprites/dragon/frame1.png" width="180">
|
<img ref="redDragon" class="pixelated" id="red-dragon" src="/sprites/dragon/frame1.png" width="180">
|
||||||
<p>Hi, I'm Aran!</p>
|
<p>Hi, I'm Aran!</p>
|
||||||
<p>Welcome to my website! It is still under construction, so come back later!</p>
|
<p>Welcome to my website! It is still under construction, so come back later!</p>
|
||||||
|
<ul>
|
||||||
|
<li>Hello</li>
|
||||||
|
</ul>
|
||||||
</Container>
|
</Container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref } from 'vue';
|
import { ref, onMounted } from 'vue';
|
||||||
|
|
||||||
const redDragon = ref(null);
|
const redDragon = ref(null);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user