Loading src/utils.js +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ export const generateMethodsPlaceholder = (methods) => { const base = reactive({}); return methods.reduce((acc, curr) => { acc[curr] = () => console.warn("This method has been invoked without being replaced "); console.warn(`Method ${curr} has been invoked without being replaced`); return acc; }, base); }; Loading
src/utils.js +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ export const generateMethodsPlaceholder = (methods) => { const base = reactive({}); return methods.reduce((acc, curr) => { acc[curr] = () => console.warn("This method has been invoked without being replaced "); console.warn(`Method ${curr} has been invoked without being replaced`); return acc; }, base); };