This website requires JavaScript.
Explore
Help
Sign In
vertumnus
/
primevue-mirror
mirror of
https://github.com/primefaces/primevue.git
Watch
1
Star
0
Fork
You've already forked primevue-mirror
0
Code
Packages
Releases
Activity
a6dbc890bc
primevue-mirror
/
exports
/
toolbar.js
3 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add exports
2019-05-25 16:10:26 +00:00
'use strict'
;
Include vue files to publish as well
2019-05-26 07:56:47 +00:00
module
.
exports
=
require
(
'./components/toolbar/Toolbar.vue'
)
;
Add exports
2019-05-25 16:10:26 +00:00