Try this instead?

sheesh, can't figure out why this isn't working on stage server..
This commit is contained in:
Lance Edgar 2023-01-04 22:04:24 -06:00
parent 10f816cba9
commit 85c43e95e5

View file

@ -25,7 +25,5 @@ if (GlobalVue) {
GlobalVue.use(plugin); GlobalVue.use(plugin);
} }
export { export {ByjoveProducts}
ByjoveProducts, export {ByjoveProduct}
ByjoveProduct,
}