Skip to content

Commit

Permalink
Fix Broken JSON Styling (#109)
Browse files Browse the repository at this point in the history
In the dashboard view, the contents of the basket are not being styled properly.
Users should see syntax-enabled formatting to make navigating their basket
contents
easier.

* Import the vue-json-pretty stylesheet

Resolves #108
  • Loading branch information
imRohan committed Sep 23, 2021
1 parent f369568 commit 661bcac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/landingRight.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// External Files
const axios = require('axios')
const jsonView = require('vue-json-pretty').default
import 'vue-json-pretty/lib/styles.css'

// Configs
const configs = require('../config.ts')
Expand Down

0 comments on commit 661bcac

Please sign in to comment.