Skip to content

Commit

Permalink
发布进度时间未显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Nov 9, 2023
1 parent ea19061 commit db7c40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyToTV/frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import RenderDesignComponentPreview from "./components/RenderDesignComponentPrev

const app = createApp(App)

app.component('RenderDesignComponent', RenderDesignComponentPreview)

app.component('RenderDesignComponent', RenderDesignComponentPreview)

const BoxComponentNames_el = Helper.registerBoxComponentNames(app, 'el', import.meta.glob('./components/boxs/el/**/*.vue', {eager: true}))
const BoxComponentNames_td = Helper.registerBoxComponentNames(app, 'td', import.meta.glob('./components/boxs/td/**/*.vue', {eager: true}))
Expand Down

0 comments on commit db7c40c

Please sign in to comment.