_id.vue 189 B

1234567891011
  1. <template>
  2. <div>
  3. <bxh :bxhType="'3D'" :design="+$route.params.id"></bxh>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. layout: "blank_layout",
  9. };
  10. </script>