Closed DDYMZL closed 1 year ago
When I debug the plug-in locally(use: npm link)
import { isVue2, isVue3 } from "vue-demi";
console.log(isVue2, isVue3) // false true
When I publish
console.log(isVue2, isVue3) // true false
they are all in vue2 project
We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.
Why reproduction is required
When I debug the plug-in locally(use: npm link)
import { isVue2, isVue3 } from "vue-demi";
console.log(isVue2, isVue3) // false true
When I publish
import { isVue2, isVue3 } from "vue-demi";
console.log(isVue2, isVue3) // true false
they are all in vue2 project