We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393b202 commit 993fe3fCopy full SHA for 993fe3f
src/main.js
@@ -2,7 +2,7 @@ import Vue from 'vue'
2
import App from './App.vue'
3
4
import hljs from 'highlight.js'
5
-import 'highlight.js/styles/railscasts.css'
+import 'highlight.js/styles/railscasts.css'
6
7
Vue.directive('hljs', el => {
8
let blocks = el.querySelectorAll('pre')
0 commit comments