fix: bad layout link leading to settings menu crashing
This commit is contained in:
parent
b7eb404d0f
commit
e1f30ba9a8
2 changed files with 11 additions and 13 deletions
|
@ -51,8 +51,9 @@
|
|||
<script lang="ts" setup>
|
||||
const runtimeConfig = useRuntimeConfig()
|
||||
const baseURL = runtimeConfig.app.baseURL;
|
||||
const styleFolder = `${baseURL}/themes/style`
|
||||
const layoutFolder = `${baseURL}/themes/layout`
|
||||
|
||||
const styleFolder = `${baseURL}themes/style`
|
||||
const layoutFolder = `${baseURL}themes/layout`
|
||||
|
||||
enum StyleLayout {
|
||||
Style,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue