ESOP.vue 146 B

1234567891011
  1. <template>
  2. <div>3</div>
  3. </template>
  4. <script lang="ts" setup>
  5. defineOptions({
  6. name: "Esop",
  7. });
  8. </script>
  9. <style lang="scss" scoped></style>