Joe
11 months ago
3 changed files with 44 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||||
|
<template> |
||||
|
<div class='InformationReleaseManagement'> |
||||
|
InformationReleaseManagement |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
export default { |
||||
|
name: 'InformationReleaseManagement', |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style lang='scss' scoped> |
||||
|
.InformationReleaseManagement {} |
||||
|
</style> |
@ -0,0 +1,15 @@ |
|||||
|
<template> |
||||
|
<div class='PublishingChannelManagement'> |
||||
|
PublishingChannelManagement |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
export default { |
||||
|
name: 'PublishingChannelManagement', |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style lang='scss' scoped> |
||||
|
.PublishingChannelManagement {} |
||||
|
</style> |
Loading…
Reference in new issue