添加页面, 组件, 图标
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"t-empty": "tdesign-miniprogram/empty/empty"
|
||||
}
|
||||
}
|
||||
24
miniprogram/pages/components/empty-plugin/empty-plugin.ts
Normal file
24
miniprogram/pages/components/empty-plugin/empty-plugin.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
// pages/components/empty-plugin/empty-plugin.ts
|
||||
Component({
|
||||
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
@@ -0,0 +1 @@
|
||||
<t-empty icon="no-result" description="暂无数据" style="margin-top: 24rpx;margin-bottom: 24rpx;" />
|
||||
Reference in New Issue
Block a user