feat: init
This commit is contained in:
6
node_modules/nuxt/dist/app/plugins/warn.dev.server.js
generated
vendored
Normal file
6
node_modules/nuxt/dist/app/plugins/warn.dev.server.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineNuxtPlugin } from "../nuxt.js";
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.config.warnHandler ??= (msg, _instance, trace) => {
|
||||
console.warn(`[Vue warn]: ${msg}`, trace);
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user