wip
This commit is contained in:
parent
138c9868e8
commit
deb3df1536
67 changed files with 229 additions and 229 deletions
|
|
@ -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
|
||||
});*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue