prismicio / prismic-vue

Vue plugin, components, and composables to fetch and present Prismic content
https://prismic.io/docs/technologies/vuejs
Apache License 2.0
65 stars 16 forks source link

fix: jsdoc @example wasn't formatting code snippet. (#62) #67

Closed lihbr closed 1 year ago

lihbr commented 1 year ago

Types of changes

Description

Implementing https://github.com/prismicio/prismic-vue/pull/62#issuecomment-1251072905 from #62

Checklist:

codecov-commenter commented 1 year ago

Codecov Report

Merging #67 (40d87a6) into master (7dd808f) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master      #67   +/-   ##
=======================================
  Coverage   99.59%   99.59%           
=======================================
  Files          19       19           
  Lines        3229     3237    +8     
  Branches      142      142           
=======================================
+ Hits         3216     3224    +8     
  Misses         13       13           
Impacted Files Coverage Δ
src/components/SliceZone.ts 99.65% <100.00%> (+<0.01%) :arrow_up:
src/types.ts 100.00% <100.00%> (ø)
src/usePrismic.ts 100.00% <100.00%> (ø)