This commit is contained in:
syuilo 2020-09-05 13:09:34 +09:00
parent 138c9868e8
commit deb3df1536
67 changed files with 229 additions and 229 deletions

View file

@ -49,7 +49,7 @@ export default defineComponent({
ast = parse(this.page.script);
} catch (e) {
console.error(e);
/*this.$root.showDialog({
/*this.$store.dispatch('showDialog', {
type: 'error',
text: 'Syntax error :('
});*/
@ -59,7 +59,7 @@ export default defineComponent({
this.hpml.eval();
}).catch(e => {
console.error(e);
/*this.$root.showDialog({
/*this.$store.dispatch('showDialog', {
type: 'error',
text: e
});*/