• zhangsan's avatar
    1 · 2e2ba9cf
    zhangsan authored
    2e2ba9cf
App.vue 209 Bytes
<template>
  <div class="container">
    reset-nickname
  </div>
</template>

<script setup lang="ts">
// import { ref } from 'vue'
</script>

<style lang="scss">
body {
  background-color: #f5f6f6;
}
</style>