Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

high-compliance.vue 189B

5 år sedan
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>