From dd58e1eb6f2c6a6b0fa190102333e92e2aabaddf Mon Sep 17 00:00:00 2001 From: Nathan De Pachtere Date: Mon, 21 Oct 2024 17:13:31 +0200 Subject: [PATCH 1/3] Add Props typing and code style section --- content/1.getting-started/3.contribution.md | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/content/1.getting-started/3.contribution.md b/content/1.getting-started/3.contribution.md index 688fd89..e871edd 100644 --- a/content/1.getting-started/3.contribution.md +++ b/content/1.getting-started/3.contribution.md @@ -106,6 +106,36 @@ Your Vue components should adhere to the following structure: ``` +**Props typing and code styling** + +Refer to this Vue.js documentation page -> https://vuejs.org/api/sfc-script-setup#type-only-props-emit-declarations + +```vue + +``` + **Notes:** - Use `