0.13.2 • Published 7 months ago

undefined-element v0.13.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Overview

Vue component library, only focus on logic, the style is up to you.

Installation

npm install -D undefined-element

Usage

import undefinedElement from 'undefined-element'
import { createApp } from 'vue'

import App from './App.vue'
import 'undefined-element/dist/index.css'

const app = createApp(App)

app
  .use(undefinedElement)
  .mount('#app')

Documentation

documentation

License

MIT

0.13.2

7 months ago

0.13.1

7 months ago

0.13.0

8 months ago

0.12.0

8 months ago

0.11.0

8 months ago

0.10.1

9 months ago

0.10.0

9 months ago

0.9.0

10 months ago

0.8.1

10 months ago

0.8.0

10 months ago

0.7.0

10 months ago

0.6.2

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.5.0

10 months ago

0.4.4

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.6

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.1

11 months ago

0.0.0

11 months ago