-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Massimiliano Bertinetti
committed
Mar 31, 2021
1 parent
9d638ca
commit bad8107
Showing
9 changed files
with
153,589 additions
and
37,297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
<template> | ||
<div>Hello, __APP__NAME!</div> | ||
<div>{{ greetings }}</div> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: "Welcome" | ||
} | ||
export default { | ||
name: "Welcome", | ||
data() { | ||
return { | ||
greetings: "The Rapid and Delightful Kotlin Web Framework ", | ||
}; | ||
}, | ||
}; | ||
</script> | ||
|
||
<style scoped> | ||
</style> | ||
<style scoped></style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.