liuyu
昨天 93c133349a5ccd7a328371fa113dce69d5611f21
1
2
3
4
5
6
7
8
9
10
11
import Components from './Components.vue';
import OcrComponents from './OcrComponents.vue';
import Outline from './Outline.vue';
import Templates from './Templates.vue';
 
export const widgets = {
  Components,
  OcrComponents,
  Outline,
  Templates,
};