We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aeb3a9 commit f22c2faCopy full SHA for f22c2fa
README.md
@@ -40,7 +40,7 @@ The CSS file is included separately and needs to be imported manually. You can e
40
41
<script>
42
import VueJsonPretty from 'vue-json-pretty'
43
-import 'vue-json-pretty/styles.css';
+import 'vue-json-pretty/lib/styles.css';
44
45
export default {
46
components: {
@@ -65,7 +65,7 @@ Vue.component("vue-json-pretty", VueJsonPretty);
65
66
```js
67
css: [
68
- 'vue-json-pretty/styles.css'
+ 'vue-json-pretty/lib/styles.css'
69
],
70
plugins: [
71
'@/plugins/vue-json-pretty'
0 commit comments