- Create Newsletter Page: MailingList (without the class style, using Gulp tasks)#94

- Add test Email button
This commit is contained in:
Paolo Arena
2019-11-21 00:19:42 +01:00
parent e089f23c0b
commit 895df43074
9 changed files with 165 additions and 14 deletions

View File

@@ -11,4 +11,12 @@ export default class MixinMetaTags extends Vue {
public setmeta(mymeta: IMetaTags) {
this.mymeta = mymeta
}
public getsrcbyimg(myimg) {
// return this.src
const filefull = tools.getimgFullpathbysize(myimg)
return tools.getimgbysize(filefull.path, filefull.file)
}
}