Blame view
src/views/prod/components/Warning.vue
221 Bytes
a86b16bba auto commit the c... |
1 2 3 4 5 6 7 8 9 |
<template> <aside> {{ $t('example.warning') }} <a href="https://panjiachen.github.io/vue-element-admin-site/guide/essentials/tags-view.html" target="_blank" >Document</a> </aside> </template> |