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