feat: editor props scripts + styles code editor

This commit is contained in:
NGPixel
2020-06-19 21:00:44 -04:00
parent 0a16929a57
commit 718c14dd74
7 changed files with 197 additions and 121 deletions

View File

@@ -203,7 +203,7 @@ export default {
this.checkoutDateActive = this.checkoutDate
if (this.effectivePermissions) {
this.$store.set('page/effectivePermissions',JSON.parse(Buffer.from(this.effectivePermissions, 'base64').toString()))
this.$store.set('page/effectivePermissions', JSON.parse(Buffer.from(this.effectivePermissions, 'base64').toString()))
}
},
mounted() {