From c104037c85d8d2349faed98d545b3f22c2a6301c Mon Sep 17 00:00:00 2001 From: Erhnysr Date: Wed, 8 Jul 2026 11:21:58 +0300 Subject: [PATCH] fix(docs): import ref in Vue README TypeScript example The TypeScript example imported only the Ref type from vue but called ref(null), which is not auto-imported in a standard Vue 3