Skip to content

Commit 04c1ecc

Browse files
authored
fix Property 'VITE_EXAMPLE' does not exist on type '{}' error (#4354)
1 parent a6c4105 commit 04c1ecc

File tree

1 file changed

+1
-1
lines changed
  • module-federation-vite-vue3/remote/src

1 file changed

+1
-1
lines changed

module-federation-vite-vue3/remote/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Counter from "./components/Counter.vue";
44
import enviroment from "./enviroment";
55
import image from "./remote_assets/logo.svg";
66
console.log("remote got message:", state.message);
7-
console.info("vite import.meta got message:", enviroment.VITE_EXAMPLE);
7+
// console.info("vite import.meta got message:", enviroment.VITE_EXAMPLE);
88
</script>
99

1010
<template>

0 commit comments

Comments
 (0)