This website requires JavaScript.
Explore
关于
Help
Register
Sign In
jinql
/
cronsun
mirror of
https://github.com/shunfei/cronsun
Watch
1
Star
0
Fork
You've already forked cronsun
0
Code
Issues
Releases
Wiki
Activity
d191e00b79
cronsun
/
web
/
ui
/
src
/
components
/
dash
/
Dash.js
3 lines
98 B
JavaScript
Raw
Blame
History
define
(
[
'Vue'
,
'VueRouter'
]
,
function
(
Vue
,
VueRouter
)
{
return
{
template
:
'<div>dash</div>'
}
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink