Fixed most of the form/show pages
This commit is contained in:
@@ -38,10 +38,14 @@ export default {
|
||||
AdvancedFormUrlSettings,
|
||||
EmbedFormAsPopupModal
|
||||
},
|
||||
|
||||
props: {
|
||||
form: { type: Object, required: true }
|
||||
form: {type: Object, required: true},
|
||||
},
|
||||
|
||||
mounted() {
|
||||
console.log('form',this.form)
|
||||
},
|
||||
mixins: [SeoMeta],
|
||||
|
||||
data: () => ({
|
||||
shareFormConfig: {
|
||||
@@ -50,8 +54,6 @@ export default {
|
||||
}
|
||||
}),
|
||||
|
||||
mounted() {},
|
||||
|
||||
computed: {
|
||||
metaTitle() {
|
||||
return (this.form) ? 'Form Share - '+this.form.title : 'Form Share'
|
||||
|
||||
Reference in New Issue
Block a user