userCard.vue 524 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <template>
  2. <view class="userCard-component">
  3. </view>
  4. </template>
  5. <script>
  6. // import {
  7. // systemMineUserEdit
  8. // } from '@/pages_safetyEducationExamination/api/index.js'
  9. // import {
  10. // workbench
  11. // } from '@/pages_safetyEducationExamination/component/workbench/index'
  12. export default {
  13. // components: {
  14. // workbench,
  15. // },
  16. data() {
  17. return {
  18. }
  19. },
  20. created() {
  21. },
  22. onShow() {
  23. },
  24. methods: {
  25. },
  26. }
  27. </script>
  28. <style lang="stylus" scoped>
  29. .userCard-component {
  30. }
  31. </style>