Closed MaikoTan closed 2 years ago
And delete the old-ish package-lock.json as it was conflicted with yarn.lock.
package-lock.json
yarn.lock
Also by the way, why is there two of the main file: src/components/Vue3Signature.vue and lib/Vue3Signature.vue with the same content?
src/components/Vue3Signature.vue
lib/Vue3Signature.vue
Also update the entry file in package.json as newer vite expose it as a .mjs file.
package.json
.mjs
And delete the old-ish
package-lock.json
as it was conflicted withyarn.lock
.Also by the way, why is there two of the main file:
src/components/Vue3Signature.vue
andlib/Vue3Signature.vue
with the same content?