未验证 提交 03f72a82 编写于 作者: 灰灰 提交者: GitHub

upd: 文案修改 (#403)

上级 d57787cf
......@@ -132,10 +132,10 @@
{
"name": "BackTop",
"sort": "1",
"cName": "回到顶部",
"cName": "返回顶部",
"type": "component",
"show": true,
"desc": "较长页面快捷回到顶部",
"desc": "较长页面快捷返回顶部",
"author": "liqiong43"
},
{
......
# address组件
# Address组件
### 介绍
......
......@@ -42,7 +42,7 @@ const { createDemo } = createComponent('backtop');
export default createDemo({
setup(props, { emit }) {
const handleClick = () => {
console.log('触发回到顶部');
console.log('触发返回顶部');
};
return {
......
# BackTop 回到顶部
# BackTop 返回顶部
### 介绍
提供较长的页面快捷回到顶部功能。
提供较长的页面快捷返回顶部功能。
### 安装
......@@ -47,7 +47,7 @@ app.use(BackTop);
export default createDemo({
setup(props, { emit }) {
const handleClick = () => {
console.log('触发回到顶部');
console.log('触发返回顶部');
};
return {
......
# notify组件
# Notify组件
### 介绍
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册