andydear


  • ## Project setup ``` npm install younger-ui ``` ### 这是一款基于Vue的UI组件库

    published 1.0.8 4 years ago
  • docv-cli Components

    published 1.2.5 2 years ago
  • - 新增组件vtitle3 - 新增组件vborder8 - 解决引入报错 ## 解决`vue-template-compiler`兼容问题 - Vue2 直接引入即可,Vue3需要深入引入直接引入文件comps/lib - Vue2 环境下如果出现其他兼容问题请执行`npm install @vue/composition-api`

    published 3.1.2 2 years ago
  • ```js <!-- 主题 --> export let theme; <!-- echarts库 --> export let echarts; // 配置 export let options; // class类名 必填 export let className; //require // 样式 例如:width:10rem;height:10rem export let styleOption; ``` ### 安装 ```js npm install svelte-

    published 1.0.0 2 years ago
  • > 将json数据转化为Excel ### 数据格式 ```js { name:string // 导出名称 theader:Array //头部标题 tbody:Array // 内容列表 } ```

    published 1.0.1 2 years ago
  • published 1.2.2 2 years ago
  • ```js npm install united-cli

    published 1.3.2 2 months ago
  • - 安装 ```js npm install vite-plugin-perform ``` - 使用 1. 在vite中注册插件 ```js import vitePluginPerform from './vite-plugin-perform'; export default defineConfig({ plugins: [vitePluginPerform()], }) ``` 2. 在项目入口文件中引入 > reportSend 是被注册到window上的事

    published 1.3.1 5 months ago