style: convert util function into arrow function
This commit is contained in:
parent
a81fc4739a
commit
1fa405afee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ let styleLinkElement: HTMLLinkElement | null;
|
|||
let layoutLinkElement: HTMLLinkElement | null;
|
||||
|
||||
|
||||
export default function loadPreferredThemes() {
|
||||
export default () => {
|
||||
const runtimeConfig = useRuntimeConfig()
|
||||
const baseURL = runtimeConfig.app.baseURL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue