update custom module boilerplate

This commit is contained in:
Ben Haynes
2021-01-20 10:10:41 -05:00
parent f708645b1b
commit 89a32352e1

View File

@@ -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>
```