🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

apj-ui

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apj-ui

UI library For Vue

latest
npmnpm
Version
1.0.3531
Version published
Weekly downloads
2
-96.87%
Maintainers
1
Weekly downloads
 
Created
Source

配置按需引入

需安装插件 babel-plugin-import,并配置 babel.config.js

  "plugins": [
    [
      'import',
      {
        'libraryName': 'apj-ui', // 插件名称
        'style': (name) => `${name}/style` // 根据组件名称自动引入css,有则引入没有不引入
      }
    ]
  ]

某些 picker 组件含 value-format

apj-date-pickerapj-datetime-picker 组件含 value-format

FAQs

Package last updated on 15 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts