feat: the other profile buttons
This commit is contained in:
@ -5,6 +5,7 @@ import Theme from '@primevue/themes/aura';
|
||||
import PrimeVue from 'primevue/config';
|
||||
import Tooltip from 'primevue/tooltip';
|
||||
import App from './components/App.vue';
|
||||
import { changePrimaryColor } from './util';
|
||||
|
||||
const pinia = createPinia();
|
||||
const app = createApp(App);
|
||||
@ -17,5 +18,6 @@ app.use(PrimeVue, {
|
||||
preset: Preset,
|
||||
},
|
||||
});
|
||||
changePrimaryColor(null);
|
||||
app.directive('tooltip', Tooltip);
|
||||
app.mount('#app');
|
||||
|
Reference in New Issue
Block a user