fix(Input): import ref from vue

This commit is contained in:
Benjamin Canac
2021-11-24 14:13:16 +01:00
parent 2dd478661f
commit 8d23d8f3c3

View File

@@ -42,6 +42,7 @@
</template>
<script>
import { ref } from 'vue'
import Icon from '../elements/Icon'
export default {