tqy-ui

1.0.5 • Public • Published

安装

npm i tqy-ui

在main.ts中引用

import tqyUi from 'tqy-ui'
import 'tqy-ui/tqy-ui.css'

如果组件引入失败,找到shims-vue.d.ts文件打开并添加如下代码:

/* eslint-disable */
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}

declare module 'tqy-ui';

Readme

Keywords

none

Package Sidebar

Install

npm i tqy-ui

Weekly Downloads

6

Version

1.0.5

License

ISC

Unpacked Size

82.1 kB

Total Files

10

Last publish

Collaborators

  • tyyha