feat(projects): 1.0 beta
This commit is contained in:
11
src/views/_builtin/login/components/bind-wechat.vue
Normal file
11
src/views/_builtin/login/components/bind-wechat.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: 'BindWechat'
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user