Skip to content

Commit

Permalink
feat: Add syntax highlighting to main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed May 15, 2021
1 parent 958d172 commit d57e82e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import hljs from "highlight.js";
import { createApp } from "vue";
import App from "./App.vue";
import router from "./router";

const app = createApp(App);
app.use(router);
app.use(hljs.vuePlugin);
app.mount("#app");

0 comments on commit d57e82e

Please sign in to comment.