| 12345678910111213141516171819202122232425 |
- <script setup>
- const name = ref('tjm')
- 31231313
- </script>
- <template>
- <el-table mb-1 :data="[]" />
- <el-pagination :total="100" />
- <div>hello {{ name }}, this is helloworld components</div>
- <div>hello {{ name }}, this is helloworld components</div>
- <div>hello {{ name }}, this is helloworld components</div>
- <div>hello {{ name }}, this is helloworld components</div>
- <div>hello {{ name }}, this is helloworld components</div>
- <div>hello {{ name }}, this is helloworld components</div>
- <div>hello {{ name }}, this is helloworld components</div>
- <div>hello {{ name }}, this is helloworld components</div>
- <el-icon color="red" size="22">
- <tjm-icon-ep-expand />
- </el-icon>
- <tjm-icon-mdi-account-circle class=""/>
- <tjm-icon-user-test></tjm-icon-user-test>
- <tjm-icon-home-test></tjm-icon-home-test>
- </template>
- <style scoped></style>
|