Skip to content

Commit 993fe3f

Browse files
committed
update
1 parent 393b202 commit 993fe3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Vue from 'vue'
22
import App from './App.vue'
33

44
import hljs from 'highlight.js'
5-
import 'highlight.js/styles/railscasts.css'
5+
import 'highlight.js/styles/railscasts.css'
66

77
Vue.directive('hljs', el => {
88
let blocks = el.querySelectorAll('pre')

0 commit comments

Comments
 (0)