test.vue 895 B

12345678910111213141516171819202122232425
  1. <script setup>
  2. const name = ref('tjm')
  3. 31231313
  4. </script>
  5. <template>
  6. <el-table mb-1 :data="[]" />
  7. <el-pagination :total="100" />
  8. <div>hello {{ name }}, this is helloworld components</div>
  9. <div>hello {{ name }}, this is helloworld components</div>
  10. <div>hello {{ name }}, this is helloworld components</div>
  11. <div>hello {{ name }}, this is helloworld components</div>
  12. <div>hello {{ name }}, this is helloworld components</div>
  13. <div>hello {{ name }}, this is helloworld components</div>
  14. <div>hello {{ name }}, this is helloworld components</div>
  15. <div>hello {{ name }}, this is helloworld components</div>
  16. <el-icon color="red" size="22">
  17. <tjm-icon-ep-expand />
  18. </el-icon>
  19. <tjm-icon-mdi-account-circle class=""/>
  20. <tjm-icon-user-test></tjm-icon-user-test>
  21. <tjm-icon-home-test></tjm-icon-home-test>
  22. </template>
  23. <style scoped></style>