feature[PDF]: add PDF demo (#1469)

This commit is contained in:
花裤衩
2018-12-27 13:42:10 +08:00
committed by Pan
parent cff015f5d6
commit 5a1fa14753
16 changed files with 304 additions and 8 deletions

View File

@@ -142,6 +142,9 @@ export default {
export: 'Export',
placeholder: 'Please enter the file name(default file)'
},
pdf: {
tips: 'Here we use window.print() to implement the feature of downloading pdf.'
},
theme: {
change: 'Change Theme',
documentation: 'Theme documentation',

View File

@@ -142,6 +142,9 @@ export default {
export: 'Exportar',
placeholder: 'Por favor escribe un nombre de fichero'
},
pdf: {
tips: 'Here we use window.print() to implement the feature of downloading pdf.'
},
theme: {
change: 'Cambiar tema',
documentation: 'Documentación del tema',

View File

@@ -142,6 +142,9 @@ export default {
export: '导出',
placeholder: '请输入文件名(默认file)'
},
pdf: {
tips: '这里使用 window.print() 来实现下载pdf的功能'
},
theme: {
change: '换肤',
documentation: '换肤文档',