公告板
版本库
filestore
活动
搜索
登录
main
/
VUE_Template
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fixed
zrlibs
2025-03-17
6e7fcc0ebecb4d9d1485937905b31a9864913950
[VUE_Template.git]
/
src
/
views
/
examples
/
data-table.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div class="example-data-table"></div>
</template>
<script>
export default {
name:'ExampleDataTable'
}
</script>
<style lang="less" scoped>
.example-data-table{
}
</style>