1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00
2019-04-16 11:20:13 +08:00

12 lines
282 B
Vue

<template>
<div class="app-container">
<aside style="margin-top:15px;">{{ $t('pdf.tips') }}</aside>
<router-link target="_blank" to="/pdf/download">
<el-button type="primary">
Click to download PDF
</el-button>
</router-link>
</div>
</template>