File tree Expand file tree Collapse file tree 5 files changed +9685
-6
lines changed Expand file tree Collapse file tree 5 files changed +9685
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import appLogo from './src/AppLogo.vue';
44import appProvider from './src/AppProvider.vue' ;
55import appSearch from './src/search/AppSearch.vue' ;
66import appLocalePicker from './src/AppLocalePicker.vue' ;
7- // import appDarkModeToggle from './src/AppDarkModeToggle.vue';
7+ import appDarkModeToggle from './src/AppDarkModeToggle.vue' ;
88
99export { useAppProviderContext } from './src/useAppContext' ;
1010
1111export const AppLogo = withInstall ( appLogo ) ;
1212export const AppProvider = withInstall ( appProvider ) ;
1313export const AppSearch = withInstall ( appSearch ) ;
1414export const AppLocalePicker = withInstall ( appLocalePicker ) ;
15- // export const AppDarkModeToggle = withInstall(appDarkModeToggle);
15+ export const AppDarkModeToggle = withInstall ( appDarkModeToggle ) ;
You can’t perform that action at this time.
0 commit comments