This commit is contained in:
2023-05-04 15:42:44 +08:00
parent de9695af0e
commit 9f5b7628f0
11 changed files with 525 additions and 15 deletions

View File

@@ -0,0 +1,14 @@
<template>
<div>Hello</div>
</template>
<script lang="ts" setup>
onMounted(() => {
console.log("mounted");
});
</script>
<style lang="scss">
div {
s}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,5 @@
body,html {
width: 100vw;
height: 100vh;
background-color: red;
}