uni-vue3-ts-template icon indicating copy to clipboard operation
uni-vue3-ts-template copied to clipboard

开箱即用的uni-app vue3 TS 工程化模板项目,支持小程序/H5/APP开发使用,包含pinia,sass/less,axios,vitest,eslint,Unocss

Results 4 uni-vue3-ts-template issues
Sort by recently updated
recently updated
newest added

一、错误信息如下: /Users/xunwu/docod/test/uni-vue3-ts-template/node_modules/.pnpm/[email protected]/node_modules/vk-uview-ui/index.js:2 import mixin from './libs/mixin/mixin.js' ^^^^^^ SyntaxError: Cannot use import statement outside a module at wrapSafe (internal/modules/cjs/loader.js:1001:16) at Module._compile (internal/modules/cjs/loader.js:1049:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module._load (internal/modules/cjs/loader.js:790:12)...

help wanted

信息: f2canvas地址:https://github.com/antvis/f2-canvas 步骤: 1.npm install @antv/f2-canvas@^1.0.5 2.在一个举例demo页如何使用这个 ![image](https://user-images.githubusercontent.com/39305007/231382475-736cb02f-ee99-4eb7-ab07-2064d1e2a08c.png) 尝试过将node-modulse中的@antv/f2-canvas抽出来的文件,但是打包编译没打包到,大佬如果有空看到求联系下

建议把组件库 从 vk-uview-ui 换成 tumi tumi 是纯 vue3 的写法 ,使用的组合式api ; vk-uview-ui 兼容 vue2 和 vue3 ,还是使用的 选项式 api ;

feature

``` Administrator@AWPC-20240901 MINGW64 /e/yyby/garage_project/garage_frontend $ yarn dev:mp-weixin yarn run v1.22.22 $ uni -p mp-weixin Please note that in running mode, due to log output, sourcemap, and uncompressed source code, the...