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
/
autocomplete.mjs
9 lines
(8 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
'vue'
;
import
'./helpers.mjs'
;
import
'./config.mjs'
;
import
'./BaseComponentMixin-d78ed3dc.mjs'
;
import
'./Icon-2e1c404c.mjs'
;
import
'./FormElementMixin-386fdfd0.mjs'
;
import
'./Input-299afe8a.mjs'
;
export
{ s
as
OAutocomplete
}
from
'./Autocomplete-605db4ee.mjs'
;