Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Nov 27, 2024
1 parent 58c9da5 commit e7045ad
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
This file was generated by the Surface compiler.
*/

import { subscribe } from "@github/paste-markdown";

export default {
mounted() {
subscribe(this.el);
},
};

// assets/js/app.js
import "@github/markdown-toolbar-element";

0 comments on commit e7045ad

Please sign in to comment.