Removed PrimeVue and its dependecies from the project
This commit is contained in:
parent
7b34c27290
commit
f12adba733
33 changed files with 1674 additions and 3606 deletions
|
|
@ -1,8 +1,5 @@
|
|||
import { vi } from "vitest";
|
||||
import { config } from "@vue/test-utils";
|
||||
import PrimeVue from "primevue/config";
|
||||
import Button from "primevue/button";
|
||||
import Ripple from "primevue/ripple";
|
||||
|
||||
Object.defineProperty(global, "import", {
|
||||
value: {
|
||||
|
|
@ -13,12 +10,10 @@ Object.defineProperty(global, "import", {
|
|||
writable: true,
|
||||
});
|
||||
|
||||
config.global.plugins = [PrimeVue];
|
||||
config.global.stubs = {
|
||||
NuxtLayout: true,
|
||||
NuxtPage: true,
|
||||
Divider: true,
|
||||
NuxtRouteAnnouncer: true,
|
||||
NuxtLink: { template: "<a><slot /></a>" },
|
||||
};
|
||||
config.global.components = { Button };
|
||||
config.global.directives = { Ripple };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue