- Create Newsletter Page: MailingList (without the class style, using Gulp tasks)#94
- Add test Email button
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user