We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5da78 commit 17c5244Copy full SHA for 17c5244
src/Preview.vue
@@ -147,7 +147,7 @@ export default defineComponent({
147
// if the compiled code contains a script it might be "just" a script
148
// if so, change scheme used by editor
149
// NOTE: vsg is a superset of JavaScript allowing
150
- // the template to succeed literally code, very useful for examples
+ // the template to add javascript code above the template without fluff, very useful for examples
151
// NOTE2: vsg stands for vue-styleguidist
152
this.$emit("detect-language", isCodeVueSfc(code) ? "vue" : "vsg");
153
0 commit comments