1.0.6 • Published 1 year ago

greatwall-ui v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

vue3组件库

使用

安装

npm i greatwall-ui

yarn add greatwall-ui

pnpm i greatwall-ui

在入口文件引入样式

import 'greatwall-ui/es/style.css';

全局注册组件

import { GreatButton } from 'greatwall-ui';
import { createApp } from 'vue'
import App from './App.vue'

createApp(App).use(GreatButton)

注册为局部组件

import { GreatButton } from 'greatwall-ui'
export default defineComponent({
  components: { GreatButton },
  setup() {}
})
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago