Skip to content

Commit c066a25

Browse files
feat: add templates for the course stub
1 parent 34668f0 commit c066a25

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

src/components/Editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ $$
412412
413413
case "init": {
414414
for (const el of Snippets) {
415-
if (el.label === "lia-init") {
415+
if (el.label === "lia-template") {
416416
Editor.setValue(el.insertText);
417417
418418
break;

0 commit comments

Comments
 (0)