From 847db668ab2467bd8cf7b3fc25634ff5a92e3834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Wed, 14 Feb 2024 11:10:55 +0800 Subject: [PATCH] chore: add link to v4 migration guide --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f09f406..10ab1356 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ import Monaco from '@vue/repl/monaco-editor' Customize the behavior of the REPL by manually initializing the store. +See [v4 Migration Guide](https://github.com/vuejs/repl/releases/tag/v4.0.0) + ```vue