Skip to content

Commit 26f8f42

Browse files
committed
fix: correct import
1 parent fdec906 commit 26f8f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/components/Checkout.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
</div>
124124
</template>
125125
<script>
126-
import { uuid } from "uuidv4";
126+
import { v4 as uuid } from "uuid";
127127
export default {
128128
data() {
129129
return {

0 commit comments

Comments
 (0)