UNPKG
sitepal-vue
Version:
latest (2.1.9)
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
Download the latest version of an npm package to a specified directory.
sitepal-vue
/
src
/
components
/
index.js
5 lines
(2 loc)
•
67 B
JavaScript
View Raw
1
2
3
4
5
import
SitePal
from
'./SitePal.vue'
;
export
default
SitePal
;