import { choseAreaList, toLabel } from '../../../common/dataAreas'; import { newBehavior } from '../../../behaviors/picker/basePicker'; export const useAreaPicker = newBehavior('area', choseAreaList, toLabel); Component({ behaviors: [useAreaPicker], options: { addGlobalClass: true, multipleSlots: true, }, properties: {}, data: {}, methods: {}, });