Roy
Roy
I checked commits before and found this: ``` "scripts": { "start": "gulp serve", "start:debug": "cross-env DEBUG=express-mongoose-es6-rest-api:* yarn start", "build": "gulp", "lint": "esw *.js server config --color", "lint:watch": "yarn lint --...
看不懂...打包出来不就是便携版?还不行的化electron包一下也行啊
hi,I‘ve tried use in vue3 as this (in main.js): ```js import { createApp } from 'vue'; import './style.css'; import App from './App.vue'; import './assets/webslides.css'; import './assets/webslides.js'; createApp(App).mount('#app'); ``` add app.vue:...
把里面的itemData换成对象类型就行了 ```js itemData: { type: Object as PropType, default() { return {};//这里 }, }, ```
缺包,pydub、onnx、onnxconverter_common,安装就好了