Closed Darkle closed 2 years ago
Hi, there seems to be an import "./index.css" in the esm bundle: https://unpkg.com/vue3-json-viewer@1.0.4/dist/bundle.esm.js
import "./index.css"
if you used v1.0.5, you should add import "vue3-json-viewer/dist/index.css";
import "vue3-json-viewer/dist/index.css";
resolved
Hi, there seems to be an
import "./index.css"
in the esm bundle: https://unpkg.com/vue3-json-viewer@1.0.4/dist/bundle.esm.js