pxcoder
Results
1
issues of
pxcoder
**package.json** ```json "dependencies": { "vant": "^3.4.5", "vue": "^3.2.25", } ``` **src/plugins/vant.ts** ```ts import Vant from "vant"; export { Vant }; ``` **src/main.ts** ```ts import { createApp } from 'vue'; import...
need reproduction