Merge branch 'master' into 'production'
add checkbox m See merge request Romulus21/portal!24
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"laravel-mix-svg-vue": "^0.2.6",
|
"laravel-mix-svg-vue": "^0.2.6",
|
||||||
"markdown-it": "^10.0.0"
|
"markdown-it": "^10.0.0",
|
||||||
|
"markdown-it-checkbox": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -147,6 +147,7 @@
|
|||||||
this.wrongLetters.splice(0);
|
this.wrongLetters.splice(0);
|
||||||
this.letterBox = ''
|
this.letterBox = ''
|
||||||
this.selectedWord = ''
|
this.selectedWord = ''
|
||||||
|
this.wrongLettersEl = ''
|
||||||
},
|
},
|
||||||
showNotification(){
|
showNotification(){
|
||||||
this.notification = true
|
this.notification = true
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<script>
|
<script>
|
||||||
// import TagBox from "../Tag/TagBox";
|
// import TagBox from "../Tag/TagBox";
|
||||||
let MarkdownIt = require('markdown-it'),
|
let MarkdownIt = require('markdown-it'),
|
||||||
md = new MarkdownIt();
|
md = new MarkdownIt()
|
||||||
|
.use(require('markdown-it-checkbox'));
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'MemoShow',
|
name: 'MemoShow',
|
||||||
|
|||||||
Reference in New Issue
Block a user