docs: draft updates

This commit is contained in:
Raju Udava
2024-11-28 11:29:48 +00:00
parent c2e480d513
commit d65d08feea
5 changed files with 95 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ In your new folder, create a `manifest.json` file that describes the extension a
Inside your extension folder, create an `index.vue` file. This file contains the Vue component that defines the UI and functionality of your extension.
The `index.vue` file should include the standard sections for a Vue component: <template>, <script>, and <style>. Heres a basic example to get you started:
The `index.vue` file should include the standard sections for a Vue component: <template></template>, <script></script>, and <style></style>. Heres a basic example to get you started:
```vue
<script setup lang="ts">