Ben Lin
2024-07-04 68d75a540ec8b3168c3af956ea00b898036d92cd
src/components/Application/index.ts
@@ -1,6 +1,7 @@
import { withInstall } from '@/utils';
import appLogo from './src/AppLogo.vue';
import loginLogo from './src/LoginLogo.vue';
import appProvider from './src/AppProvider.vue';
import appSearch from './src/search/AppSearch.vue';
import appLocalePicker from './src/AppLocalePicker.vue';
@@ -9,6 +10,7 @@
export { useAppProviderContext } from './src/useAppContext';
export const AppLogo = withInstall(appLogo);
export const LoginLogo = withInstall(loginLogo);
export const AppProvider = withInstall(appProvider);
export const AppSearch = withInstall(appSearch);
export const AppLocalePicker = withInstall(appLocalePicker);