mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
update custom module boilerplate
This commit is contained in:
@@ -48,11 +48,17 @@ for more info on what can go into this object.
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<div>My Custom Module</div>
|
||||
|
||||
<private-view title="My Custom Module">
|
||||
|
||||
Content goes here...
|
||||
|
||||
</private-view>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {};
|
||||
export default {};
|
||||
</script>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user