InfoFtd.vue 260 Bytes
<template>
    <Xxdinf></Xxdinf>
  </template>
  <script>
  import Xxdinf from "~/page/Statics/Xxdinf/views";
  
  export default {
    name: "Info-Ftd",
    components: { Xxdinf },
    created() { },
    mounted() { }
  };
  </script>  
  <style></style>