Skip to content

Commit

Permalink
docs(v3): Update migration page
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Aug 1, 2023
1 parent 4de8d3d commit 90be23f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/docs/trame_v2-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ So far we don't have a release date, but while vuetify, vtk and more are already

## New defaults

The default client_type will be changing from "vue2" to "vue3" on January 2024.

```python
from trame.app import get_server

Expand All @@ -19,6 +21,9 @@ server.client_type = "vue3" # instead of 'vue2'

## New warning due to breaking change

A message will be printed by default at the startup of trame with the v3 version.
We are expecting to remove that message during summer 2024.

```
--------------------------------------------------------------------------------
!!! You are currently using trame@3 which may break your application !!!
Expand Down

0 comments on commit 90be23f

Please sign in to comment.