Skip to content

Commit 7e82956

Browse files
committed
Added components support for email templates
1 parent 10a90aa commit 7e82956

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

admin/template/email/common.tpl

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
[data-v-*]|innerText = $this->@@__data-v-(*)__@@
21
a[data-v-*]|href = $this->@@__data-v-(*)__@@
2+
3+
import(components.tpl)
4+
import(ifmacros.tpl)
5+
6+
[data-v-*]|innerText = $this->@@__data-v-(*)__@@

app/template/email/common.tpl

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
a[data-v-*]|href = $this->@@__data-v-(*)__@@
2+
13
import(components.tpl)
2-
import(ifmacros.tpl)
4+
import(ifmacros.tpl)
5+
6+
[data-v-*]|innerText = $this->@@__data-v-(*)__@@

0 commit comments

Comments
 (0)