Skip to content

Commit 8a20b28

Browse files
authored
Update README.md
1 parent f3f15e8 commit 8a20b28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ export default {
9494
</template>
9595

9696
<script>
97-
import ResizeText from 'vue-resize-text'
97+
import VueResizeText from 'vue3-resize-text'
9898
export default {
9999
directives: {
100-
ResizeText
100+
ResizeText: VueResizeText.ResizeText
101101
}
102102
};
103103
</script>
@@ -115,4 +115,4 @@ export default {
115115

116116
## License
117117

118-
MIT
118+
MIT

0 commit comments

Comments
 (0)