From 3c8b26b948f2651bb0a34e8a43d3bbd5662d1f45 Mon Sep 17 00:00:00 2001 From: Ian Edwards Date: Mon, 27 Feb 2023 16:40:23 +0000 Subject: [PATCH] Make it extra clear that the package is Vue 2 only Fixes #125 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a58a5..29a54b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @vue/web-component-wrapper [![CircleCI](https://circleci.com/gh/vuejs/vue-web-component-wrapper.svg?style=shield)](https://circleci.com/gh/vuejs/vue-web-component-wrapper) -> Wrap and register a Vue component as a custom element. +> (Vue 2 only) Wrap and register a Vue component as a custom element. ## Compatibility