#
whycq
2023-02-08 a52d414d746377b02058b9af90d1c1ac9510dbb9
pages/login/login.vue
New file
@@ -0,0 +1,19 @@
<template>
   <div class="main">
   </div>
</template>
<script lang="ts">
// 这里编写ts代码
   let s:string = "123"
   console.log(s)
</script>
<style>
   .main {
      height: 100%;
      width: 100%;
      background-color: aquamarine;
   }
</style>