parent
9725306000
commit
875e3e136e
@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<div>
|
||||
<xy-dialog :is-show.sync="isShow"></xy-dialog>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
isShow:false
|
||||
}
|
||||
},
|
||||
methods: {},
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
</style>
|
||||
Loading…
Reference in new issue