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,6 +40,7 @@ import widgetDecoratePieChart from "./decorate/widgetDecoratePieChart"; | ||
| 40 | import widgetMoreBarLineChart from "./bar/widgetMoreBarLineChart"; | 40 | import widgetMoreBarLineChart from "./bar/widgetMoreBarLineChart"; |
| 41 | import widgetWordCloud from "./wordcloud/widgetWordCloud"; | 41 | import widgetWordCloud from "./wordcloud/widgetWordCloud"; |
| 42 | import widgetHeatmap from "./heatmap/widgetHeatmap"; | 42 | import widgetHeatmap from "./heatmap/widgetHeatmap"; |
| 43 | +import widgetDecorate from "./decorate/decorate.vue"; | ||
| 43 | 44 | ||
| 44 | export default { | 45 | export default { |
| 45 | name: "WidgetTemp", | 46 | name: "WidgetTemp", |
| @@ -72,7 +73,8 @@ export default { | @@ -72,7 +73,8 @@ export default { | ||
| 72 | widgetDecoratePieChart, | 73 | widgetDecoratePieChart, |
| 73 | widgetMoreBarLineChart, | 74 | widgetMoreBarLineChart, |
| 74 | widgetWordCloud, | 75 | widgetWordCloud, |
| 75 | - widgetHeatmap | 76 | + widgetHeatmap, |
| 77 | + widgetDecorate | ||
| 76 | }, | 78 | }, |
| 77 | model: { | 79 | model: { |
| 78 | prop: "value", | 80 | prop: "value", |