mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-21 16:06:47 +08:00
12 lines
138 B
Vue
12 lines
138 B
Vue
<script setup lang="ts">
|
|
defineOptions({
|
|
name: 'BindWechat'
|
|
});
|
|
</script>
|
|
|
|
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<style scoped></style>
|