Getting current time and date in vue.js

前端 未结 1 494
北海茫月
北海茫月 2021-02-09 01:49

I need to get current time and date in the webpage , i am having the javascript code for it . not sure how to Implement in vue.js .I am attaching the code sample here.

h

1条回答
  •  半阙折子戏
    2021-02-09 02:31

    Because the time at present isn't depend on any data variable, so we can write it in methods, and call in created

    Read more about computed and methods here

    You can copy and run it in CodingGround

    
       
          VueJs Introduction
          
       
       
          

    {{ timestamp }}

    0 讨论(0)
提交回复
热议问题