The @debug
expression in Dativejs is used to log out an object to the devtool and it also adds the debugger
keyword
Usage
<div>
{{@debug lists}}
</div>
data: ()=>({
lists: {
name: "@dativejs/helpers",
type: "Tools"
}
})
NOTE This Will Add Backdrop to your Browser its not from dativejs but your browser. So Use in a Valid Case
Top comments (0)