Skip to content

Commit

Permalink
[feat] add hightlight
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujunxi committed Mar 13, 2018
1 parent 51ed2e0 commit 301dbed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
import Vue from 'vue'
import VueHighlightJS from 'vue-highlight.js';
import App from './App'
import router from './router'

import MEUI from './meui';

import FastClick from 'fastclick'
FastClick.attach(document.body)

Vue.use(VueHighlightJS);
Vue.use(MEUI);

import 'highlight.js/styles/default.css';
Vue.config.productionTip = false


Expand Down

0 comments on commit 301dbed

Please sign in to comment.