diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/App.vue b/src/App.vue index d4c51b1..4096ec0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1018,14 +1018,3 @@ export default defineComponent({ }, }); </script> - -<style> -.fade-enter-from, .fade-leave-to { - opacity: 0; -} -.fade-enter-active, .fade-leave-active { - transition-property: opacity; - transition-duration: 300ms; - transition-timing-function: ease-out; -} -</style> |
