0👍
You could add a link tag inside your HTML which links to the print stylesheet, you can then let your browser know through the media attribute that it serves for printing only:
<link rel="stylesheet" href="print.css" media="print">
- [Vuejs]-How do I display data returned from Laravel resource in Vue Component?
- [Vuejs]-Load data from API into mdbootstrap datatable (vue.js, axios)
Source:stackexchange.com