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

perf: add functional to template

This commit is contained in:
Pan 2019-04-16 11:51:12 +08:00
parent be7ec4c0ff
commit 9ecec0970f

View File

@ -1,4 +1,4 @@
<template> <template functional>
<aside> <aside>
{{ $t('example.warning') }} {{ $t('example.warning') }}
<a <a
@ -7,4 +7,3 @@
>Document</a> >Document</a>
</aside> </aside>
</template> </template>