Skip to content

Commit

Permalink
chore: fix markdown table (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlexLichter authored Nov 9, 2023
1 parent 5ac7a68 commit 50cff4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/docs/blog/2023/2023-08-21-vue2-vue3-migration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,10 @@ It could look like the following example:
|v-tooltip |floating-vue |same lib under the hood with more features |+
|vue2-datepicker |vue-datepicker-next |same lib with Vue 3 support |+
|vue2-leaflet |@vue-leaflet/vue-leaflet |same API, but lots of relying components |++
|vue2-leaflet-draw-toolbar | - | no Vue 3 equivalent | +++++
|webpack-license-plugin | rollup-plugin-license | different plugin for rollup, with a different API, we need to check / adjust the output format | +++
|===

| vue2-leaflet-draw-toolbar | - | no Vue 3 equivalent | +++++ |
| webpack-license-plugin | rollup-plugin-license | different plugin for rollup, with a different API, we need to check / adjust the output format | +++ |

==== Try out things in a playground

For dependency update / migrations you can't estimate, it's a good idea to set them up / try them out in an isolated new Vue 3 playground environment.
Expand Down

0 comments on commit 50cff4d

Please sign in to comment.