valaxy-theme-hairy 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,11 +6,11 @@ import { createDeferred } from '../utils'
6
6
 
7
7
  let el: HTMLElement
8
8
 
9
- showFullLoading()
10
9
 
11
10
  export const deferred = createDeferred<void>()
12
11
 
13
12
  export function install({ router }: ViteSSGContext) {
13
+ showFullLoading()
14
14
  loadFonts('Seto', Seto)
15
15
  router.afterEach(() => deferred.then(hideFullLoading))
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valaxy-theme-hairy",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "packageManager": "pnpm@8.15.8",
5
5
  "author": {
6
6
  "email": "wwu710632@gmail.com",