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.

appliances_standard_compliance.vue 410B

5 yıl önce
12345678910111213141516171819202122232425
  1. <template>
  2. <compliance></compliance>
  3. </template>
  4. <style scoped>
  5. </style>
  6. <script>
  7. import compliance from './twoCart/compliance'
  8. export default {
  9. name: 'appliances_standard_compliance',
  10. props: [],
  11. components: {
  12. compliance
  13. },
  14. data() {
  15. return {}
  16. },
  17. created() {
  18. },
  19. mounted() {
  20. }
  21. }
  22. </script>