Commit ec87c99d24a9acc29d911d89ac759a831b0b5ec6
1 parent
7419c0ca
预览引入装饰组件
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/bigscreenDesigner/designer/widget/temp.vue
| ... | ... | @@ -40,6 +40,7 @@ import widgetDecoratePieChart from "./decorate/widgetDecoratePieChart"; |
| 40 | 40 | import widgetMoreBarLineChart from "./bar/widgetMoreBarLineChart"; |
| 41 | 41 | import widgetWordCloud from "./wordcloud/widgetWordCloud"; |
| 42 | 42 | import widgetHeatmap from "./heatmap/widgetHeatmap"; |
| 43 | +import widgetDecorate from "./decorate/decorate.vue"; | |
| 43 | 44 | |
| 44 | 45 | export default { |
| 45 | 46 | name: "WidgetTemp", |
| ... | ... | @@ -72,7 +73,8 @@ export default { |
| 72 | 73 | widgetDecoratePieChart, |
| 73 | 74 | widgetMoreBarLineChart, |
| 74 | 75 | widgetWordCloud, |
| 75 | - widgetHeatmap | |
| 76 | + widgetHeatmap, | |
| 77 | + widgetDecorate | |
| 76 | 78 | }, |
| 77 | 79 | model: { |
| 78 | 80 | prop: "value", | ... | ... |