DEV Community

Cover image for @debug DativeJS
Tobi
Tobi

Posted on • Edited on

@debug DativeJS

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>
Enter fullscreen mode Exit fullscreen mode
data: ()=>({
    lists: {
      name: "@dativejs/helpers",
      type: "Tools"
   }  
}) 
Enter fullscreen mode Exit fullscreen mode

NOTE This Will Add Backdrop to your Browser its not from dativejs but your browser. So Use in a Valid Case

Thanks For Reading

My Twitter
My Github

Top comments (0)