This website requires JavaScript.
Explore
Help
Sign In
dan
/
parsley
Watch
1
Star
0
Fork
0
You've already forked parsley
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
7ead02ad7e
parsley
/
app
/
javascript
/
components
/
The404Page.vue
11 lines
101 B
Vue
Raw
Normal View
History
Unescape
Escape
start vue conversion
2018-03-29 01:57:00 -05:00
<
template
>
<
div
>
<
h1
>
404
!
<
/
h1
>
<
p
>
WTF
?
<
/
p
>
<
/
div
>
<
/
template
>
Continue converting to composition api
2024-10-02 14:34:50 -05:00
<
script
setup
>
start vue conversion
2018-03-29 01:57:00 -05:00
<
/
script
>
Reference in New Issue
Copy Permalink