mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 17:16:38 +00:00
docs: draft updates
This commit is contained in:
@@ -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>. Here’s 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>. Here’s a basic example to get you started:
|
||||
|
||||
```vue
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user