// import { useAppProviderContext } from '~/components/Application'; // import { computed } from 'vue'; // import { lowerFirst } from 'lodash-es'; export function useDesign(scope: string) { return { prefixCls: `${'yangliu'}-${scope}`, prefixVar: 'yangliu', // style, }; }