diff --git a/src/locale/en-US.json b/src/locale/en-US.json index 04fd4824..dafa0e62 100644 --- a/src/locale/en-US.json +++ b/src/locale/en-US.json @@ -1114,6 +1114,7 @@ "sortbutton-title": "SortButton", "sou-suo": "search for", "sou-suo-wu-jie-guo": "No results found in the search", + "di-bu-cha-cao": "Bottom slot", "sou-suo-zhan-wei-fu-ju-zuo": "Search placeholder on the left", "statustip-que-sheng-ti-shi": "StatusTip", "statustip-title": "StatusTip", @@ -1640,4 +1641,4 @@ "zuo-xia": "lower left", "zuo-you-hua-dong": "Slide left and right", "zuo-zhong": "Middle Left" -} +} \ No newline at end of file diff --git a/src/locale/zh-CN.json b/src/locale/zh-CN.json index 763b6d6c..d0f37331 100644 --- a/src/locale/zh-CN.json +++ b/src/locale/zh-CN.json @@ -1114,6 +1114,7 @@ "sortbutton-title": "SortButton 排序按钮", "sou-suo": "搜索", "sou-suo-wu-jie-guo": "搜索无结果", + "di-bu-cha-cao": "底部插槽", "sou-suo-zhan-wei-fu-ju-zuo": "搜索占位符居左", "statustip-que-sheng-ti-shi": "StatusTip 缺省提示", "statustip-title": "StatusTip 缺省提示", @@ -1640,4 +1641,4 @@ "zuo-xia": "左下", "zuo-you-hua-dong": "左右滑动", "zuo-zhong": "左中" -} +} \ No newline at end of file diff --git a/src/subPages/statusTip/Index.vue b/src/subPages/statusTip/Index.vue index 2b5708f0..334f4bf9 100644 --- a/src/subPages/statusTip/Index.vue +++ b/src/subPages/statusTip/Index.vue @@ -1,5 +1,13 @@