Remove comments
parent
2feb01c714
commit
2ab87cef7a
|
@ -1,5 +1,3 @@
|
|||
//import Noir from '@/themes/app-theme';
|
||||
//import PrimeVue from 'primevue/config';
|
||||
import { reactive } from 'vue';
|
||||
|
||||
const $appState = {
|
||||
|
@ -20,7 +18,4 @@ const $appState = {
|
|||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.use($appState);
|
||||
/*nuxtApp.vueApp.use(PrimeVue, {
|
||||
theme: Noir
|
||||
});*/
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue