jingyuexing
jingyuexing
Continuous improvement
Continuous improvement #127
The `buttonGroup` component may be a relatively common basic component. In fact, it can be realized by using some style selectors, but the important thing is to be compatible with...
Since there is no such component in the current anu-vue, I implemented it myself ### This is the current effect  I want the points in the graph to be...
视频发布的接口和音频发布的接口很类似,都是使用文件上传,然后服务器生成一个连接池,在发布视频文件时候后端会给你一个上传的ID,以便你和后端完成链接。 其音频的上传的源码如下: ```vue import { mapState, mapMutations } from 'vuex'; import { getMusicCatagories, // getMusicTags, // getUserAlbums } from 'service/getData'; import navList from './children/nav'; import uploadcover from './children/uploadcover'; import formlist...
``` >nimble build --verbose Verifying dependencies for [email protected] Reading official package list Checking for jsonschema@>= 0.2.1 Installing jsonschema@>= 0.2.1 Reading official package list Prompt: jsonschema not found in any local...
```js new Command() .version(Color.infor(packageConfig.version)) .addCommand(NetCommander) .addCommand(HashCommander) ``` How to use the addCommand function at the `commander-ts`?