Skip to content

Commit

Permalink
Merge pull request #65 from dlhandsome/fix-typo
Browse files Browse the repository at this point in the history
fix: fixed typo
  • Loading branch information
dlhandsome authored Oct 12, 2024
2 parents 5ae9ff2 + 5ba7b67 commit e7e1de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/runtime/plugin-router/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RoutePlugin.install = function (weDebug, options = {}) {
Object.assign(
{},
{
title: '页面路由',
desc: '复制当前页面路由到剪切板',
title: '页面路径',
desc: '复制当前页面路径到剪切板',
type: 'button',
handler: {
bindTap(state) {
Expand Down

0 comments on commit e7e1de5

Please sign in to comment.