Blame view

src/views/example/components/Warning.vue 221 Bytes
d7d9c38c2   Adam   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>