1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-05 11:18:42 +08:00

Revert "perf: add functional to template"

This reverts commit 9ecec0970f4e3462e377af5ffcd5bb25e69ec24c.
This commit is contained in:
Pan 2019-04-16 13:28:57 +08:00
parent 9ecec0970f
commit 067a2910d4

View File

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