UNPKG
@ishitatsuyuki/oruga-next
Version:
latest (0.5.5-direct-export)
0.5.5-direct-export
UI components for Vue.js and CSS framework agnostic
oruga.io
oruga-ui/oruga
@ishitatsuyuki/oruga-next
/
dist
/
esm
/
select.mjs
8 lines
(7 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
'vue'
;
import
'./helpers.mjs'
;
import
'./config.mjs'
;
import
'./BaseComponentMixin-d78ed3dc.mjs'
;
import
'./Icon-2e1c404c.mjs'
;
import
'./FormElementMixin-386fdfd0.mjs'
;
export
{ s
as
OSelect
}
from
'./Select-38f5f855.mjs'
;