diff options
Diffstat (limited to 'UI source code/dns_mapping_ui-master/src/components/ParentView')
| -rw-r--r-- | UI source code/dns_mapping_ui-master/src/components/ParentView/index.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UI source code/dns_mapping_ui-master/src/components/ParentView/index.vue b/UI source code/dns_mapping_ui-master/src/components/ParentView/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/UI source code/dns_mapping_ui-master/src/components/ParentView/index.vue @@ -0,0 +1,3 @@ +<template> + <router-view /> +</template> |
