qiuquanwu / vue3-json-viewer

Simple JSON viewer component, for Vue.js 3.x
https://vjv-doc-qiuquanwu.vercel.app/
MIT License
103 stars 15 forks source link

import "./index.css" is in the esm bundle #5

Closed Darkle closed 2 years ago

Darkle commented 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

qiuquanwu commented 2 years ago

if you used v1.0.5, you should add import "vue3-json-viewer/dist/index.css";

qiuquanwu commented 2 years ago

resolved