feat: 关系配置通用组件
This commit is contained in:
parent
b7849f4d07
commit
bf0df077a9
|
@ -1,11 +1,13 @@
|
||||||
<template>
|
<template>
|
||||||
<j-modal visible title="关系绑定">
|
<j-drawer :visible="true" title="关系绑定" placement="right" @close="closeDrawer" :width="500">
|
||||||
|
|
||||||
</j-modal>
|
</j-drawer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
const closeDrawer = () =>{
|
||||||
|
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue