mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-28 20:36:35 +08:00
style: 修改翻牌器全局引用的目录
This commit is contained in:
parent
ae8fcd640b
commit
7bef69af92
@ -3,7 +3,7 @@ import { CreateComponentType } from '@/packages/index.d'
|
|||||||
import { CountDownConfig } from './index'
|
import { CountDownConfig } from './index'
|
||||||
import cloneDeep from 'lodash/cloneDeep'
|
import cloneDeep from 'lodash/cloneDeep'
|
||||||
import { chartInitConfig } from '@/settings/designSetting'
|
import { chartInitConfig } from '@/settings/designSetting'
|
||||||
import { FlipType } from '@/components/Flipper'
|
import { FlipType } from '@/components/Pages/Flipper'
|
||||||
|
|
||||||
type STYLE = '时分秒' | '冒号'
|
type STYLE = '时分秒' | '冒号'
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { PropType, toRefs, watch, ref, onMounted } from 'vue'
|
import { PropType, toRefs, watch, ref, onMounted } from 'vue'
|
||||||
import { CreateComponentType } from '@/packages/index.d'
|
import { CreateComponentType } from '@/packages/index.d'
|
||||||
import { Flipper } from '@/components/Flipper'
|
import { Flipper } from '@/components/Pages/Flipper'
|
||||||
import { OptionType } from './config'
|
import { OptionType } from './config'
|
||||||
import { CountdownInst, CountdownProps } from 'naive-ui/es/countdown/src/Countdown'
|
import { CountdownInst, CountdownProps } from 'naive-ui/es/countdown/src/Countdown'
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ import { CreateComponentType } from '@/packages/index.d'
|
|||||||
import { FlipperNumberConfig } from './index'
|
import { FlipperNumberConfig } from './index'
|
||||||
import cloneDeep from 'lodash/cloneDeep'
|
import cloneDeep from 'lodash/cloneDeep'
|
||||||
import { chartInitConfig } from '@/settings/designSetting'
|
import { chartInitConfig } from '@/settings/designSetting'
|
||||||
import { FlipType } from '@/components/Flipper'
|
import { FlipType } from '@/components/Pages/Flipper'
|
||||||
|
|
||||||
export interface OptionType {
|
export interface OptionType {
|
||||||
dataset: number | string
|
dataset: number | string
|
||||||
|
@ -21,7 +21,7 @@ import { PropType, toRefs, watch, ref } from 'vue'
|
|||||||
import { CreateComponentType } from '@/packages/index.d'
|
import { CreateComponentType } from '@/packages/index.d'
|
||||||
import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'
|
import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'
|
||||||
import { useChartDataFetch } from '@/hooks'
|
import { useChartDataFetch } from '@/hooks'
|
||||||
import { Flipper } from '@/components/Flipper'
|
import { Flipper } from '@/components/Pages/Flipper'
|
||||||
import { OptionType } from './config'
|
import { OptionType } from './config'
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user