Added basic post creation.

This commit is contained in:
2023-06-06 01:30:46 +02:00
parent de757efc6e
commit 9a9b92a6b1
21 changed files with 556 additions and 23 deletions

View File

@@ -48,4 +48,4 @@ export {
render,
};
export const passToClient = ['urlPathname', 'initialState', 'pageData', 'pageProps'];
export const passToClient = ['urlPathname', 'initialState', 'pageData', 'pageProps', 'routeParams'];

View File

@@ -27,7 +27,7 @@
<div class="content-container">
<slot />
<footer class="footer">shuck {{ version }}</footer>
<footer class="footer">shack {{ version }}</footer>
</div>
</div>
</template>