From 8e1e82aeaffa3e288e084b97b3b48fc28c54ae1c Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:24:34 +0000 Subject: [PATCH] Add a note about the Vue Land FAQ --- docs/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 2e693bd..df1f7b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,13 @@ if (typeof window !== 'undefined') { # Introduction -> Thank you to those on the [Vue Land Discord](https://chat.vuejs.org/) and elsewhere who inspired these ideas. +
+ +Thank you to those on the [Vue Land Discord](https://chat.vuejs.org/) and elsewhere who inspired these ideas. + +Recently I've been adding pages to the [Vue Land FAQ](https://vue-land.github.io/faq/) rather than putting them here, so if you want more content like this I suggest taking a look at that FAQ. + +
This collection of components and patterns is intended as a learning aid for those who are new to Vue.