11 lines
168 B
Vue
11 lines
168 B
Vue
<template>
|
|
<div>2222</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup name="join">
|
|
import { ref } from 'vue';
|
|
|
|
</script>
|
|
<style scoped lang="scss">
|
|
|
|
</style> |