You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

high-compliance.vue 189B

5 년 전
12345678910
  1. <template>
  2. <compliance></compliance>
  3. </template>
  4. <script>
  5. import compliance from "./compliance"
  6. export default {
  7. name:"highCompliance",
  8. components:{compliance}
  9. }
  10. </script>