mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-02 06:58:13 +00:00
add flamethrower router
This commit is contained in:
parent
317cce9314
commit
59109a8c1d
5 changed files with 16 additions and 9 deletions
quartz/plugins
|
@ -4,6 +4,7 @@ import { StaticResources } from '../resources'
|
|||
import { googleFontHref, joinStyles } from '../theme'
|
||||
import { EmitCallback, PluginTypes } from './types'
|
||||
import styles from '../styles/base.scss'
|
||||
import spaRouterScript from '../components/scripts/spa.inline'
|
||||
|
||||
export type ComponentResources = {
|
||||
css: string[],
|
||||
|
@ -31,6 +32,10 @@ export function emitComponentResources(cfg: GlobalConfiguration, resources: Stat
|
|||
afterDOMLoaded: []
|
||||
}
|
||||
|
||||
if (cfg.enableSPA) {
|
||||
componentResources.afterDOMLoaded.push(spaRouterScript)
|
||||
}
|
||||
|
||||
for (const component of allComponents) {
|
||||
const { css, beforeDOMLoaded, afterDOMLoaded } = component
|
||||
if (css) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue