Skip to content

Commit

Permalink
fix(core): export defineReadAction from mock
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 15, 2022
1 parent ba6ebef commit 5175e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/schema-org/runtime-mock/composables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export const defineVideo = /* @__PURE__ */ noop
export const defineWebPage = /* @__PURE__ */ noop
export const defineWebSite = /* @__PURE__ */ noop
export const defineSearchAction = /* @__PURE__ */ noop
export const defineReadAction = /* @__PURE__ */ noop

0 comments on commit 5175e87

Please sign in to comment.