add checkbox m
This commit is contained in:
@@ -147,6 +147,7 @@
|
||||
this.wrongLetters.splice(0);
|
||||
this.letterBox = ''
|
||||
this.selectedWord = ''
|
||||
this.wrongLettersEl = ''
|
||||
},
|
||||
showNotification(){
|
||||
this.notification = true
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
<script>
|
||||
// import TagBox from "../Tag/TagBox";
|
||||
let MarkdownIt = require('markdown-it'),
|
||||
md = new MarkdownIt();
|
||||
md = new MarkdownIt()
|
||||
.use(require('markdown-it-checkbox'));
|
||||
|
||||
export default {
|
||||
name: 'MemoShow',
|
||||
|
||||
Reference in New Issue
Block a user