release: WRNexusJS 0.6.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
page Home {
|
||||
layout = "public"
|
||||
|
||||
functions {
|
||||
function handleConfirm(value) {
|
||||
console.log(value)
|
||||
}
|
||||
}
|
||||
|
||||
view {
|
||||
<LegacyModal @confirm='handleConfirm(event.detail)' />
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user