全局属性-执行监听页面20%
This commit is contained in:
24
src/components/XnWorkflow/globalAttribute/watchs.vue
Normal file
24
src/components/XnWorkflow/globalAttribute/watchs.vue
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<!-- 全局属性执行监听页面 -->
|
||||||
|
<template>
|
||||||
|
<div class="home">
|
||||||
|
<div class="info">
|
||||||
|
<navTitle>
|
||||||
|
<template #nav_name>配置要执行的监听</template>
|
||||||
|
</navTitle>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
import navTitle from '../components/navTitle.vue'
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
navTitle
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {}
|
||||||
|
},
|
||||||
|
mounted() {},
|
||||||
|
methods: {}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style scoped></style>
|
||||||
Reference in New Issue
Block a user