Skip to content

Commit

Permalink
feat(plugin-page): 修改api数组为对象格式
Browse files Browse the repository at this point in the history
  • Loading branch information
betterdancing committed Oct 22, 2024
1 parent d848460 commit 31e6ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { api as pageSettingApi } from './src/PageSetting.vue'

export default {
...metaData,
apis: [...api, ...pageSettingApi],
apis: { ...api, ...pageSettingApi },
entry,
components: {
PageGeneral
Expand Down

0 comments on commit 31e6ea0

Please sign in to comment.