mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
7 lines
256 B
TypeScript
7 lines
256 B
TypeScript
import AppLocalePickerLib from './src/AppLocalePicker.vue';
|
|
import AppLogoLib from './src/AppLogo.vue';
|
|
import { withInstall } from '../util';
|
|
|
|
export const AppLocalePicker = withInstall(AppLocalePickerLib);
|
|
export const AppLogo = withInstall(AppLogoLib);
|