保誠-保戶業務員媒合平台
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
 * NuxtOptionsLoading
 * Documentation: https://nuxtjs.org/api/configuration-loading
 */
 
export interface NuxtOptionsLoading {
  color?: string
  continuous?: boolean
  css?: boolean
  duration?: number
  failedColor?: string
  height?: string
  rtl?: boolean
  throttle?: number
}
 
/**
 * NuxtOptionsLoadingIndicator
 * Documentation: https://nuxtjs.org/api/configuration-loading-indicator
 */
 
export interface NuxtOptionsLoadingIndicator {
  background?: string
  color?: string
  color2?: string
  name?: string
}