mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Revert "Move our resources as first element"
This reverts commit 9c95e6d285
.
This commit is contained in:
parent
0492707f7f
commit
19ad6d7044
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ const defineNitroPlugin = (def) => def;
|
|||
|
||||
export default defineNitroPlugin(async (nitroApp) => {
|
||||
nitroApp.hooks.hook('render:html', (html) => {
|
||||
html.head.unshift(styles);
|
||||
html.head.unshift(themes);
|
||||
html.head.push(styles);
|
||||
html.head.push(themes);
|
||||
//html.htmlAttrs.push('class="p-dark"'); // @todo
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue