Change-Id: I5cf406f0d48eefba936a269d2ae2eddbbfdc7a26changes/81/37681/1
parent
298821226e
commit
7e815644cd
@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<csc-page>
|
||||
New CallForward entry point
|
||||
</csc-page>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapState, mapGetters } from 'vuex'
|
||||
// import {
|
||||
// startLoading,
|
||||
// stopLoading,
|
||||
// showToast,
|
||||
// showGlobalError
|
||||
// } from '../../../helpers/ui'
|
||||
// import CscPage from '../../CscPage'
|
||||
export default {
|
||||
data () {},
|
||||
components: {},
|
||||
created() {},
|
||||
computed: {
|
||||
...mapState('callForward', []),
|
||||
...mapGetters('callForward', [])
|
||||
},
|
||||
watch: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus" rel="stylesheet/stylus">
|
||||
</style>
|
Loading…
Reference in new issue