四邻联动
This commit is contained in:
21
project/sanjianxi/AppNeighborLinkage/addLinkage.vue
Normal file
21
project/sanjianxi/AppNeighborLinkage/addLinkage.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<div class="addLinkage">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "addLinkage",
|
||||
appName: "添加联动记录",
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
onShow() {},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user