Last active
April 4, 2019 08:42
-
-
Save zzuhan/0c0df84719c7fdf5eac8c8820eb1826e to your computer and use it in GitHub Desktop.
[vue] vue常用的template #vue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template v-if="type === 'A'"> | |
</template> | |
<template v-else> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment