3
This commit is contained in:
14
packages/3-baseconfig/src/app.vue
Normal file
14
packages/3-baseconfig/src/app.vue
Normal 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>
|
||||
BIN
packages/3-baseconfig/src/public/favicon.ico
Normal file
BIN
packages/3-baseconfig/src/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
5
packages/3-baseconfig/src/style/index.scss
Normal file
5
packages/3-baseconfig/src/style/index.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
body,html {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user