fix(Notification): add missing vue dep

This commit is contained in:
Benjamin Canac
2021-12-15 15:12:08 +01:00
parent befa0b37fc
commit cce650fe4d

View File

@@ -56,7 +56,7 @@
</template>
<script>
import { ref, computed, onMounted, onUnmounted } from 'vue'
import { ref, computed, onMounted, onUnmounted, watchEffect } from 'vue'
import Icon from '../elements/Icon'
import Button from '../elements/Button'