Code highlighting (#142)

* Code highlight js

* Updated copyResponse
This commit is contained in:
Jacob Anavisca
2019-09-11 06:59:33 -04:00
committed by GitHub
parent d1b4d135c8
commit 0ad76be012
4 changed files with 60 additions and 20 deletions

View File

@@ -16,6 +16,7 @@
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/pwa": "^3.0.0-0",
"highlight.js": "^9.15.10",
"nuxt": "^2.9.2",
"vue-virtual-scroll-list": "^1.4.2",
"vuejs-auto-complete": "^0.9.0",
@@ -26,4 +27,4 @@
"node-sass": "^4.12.0",
"sass-loader": "^7.3.1"
}
}
}