This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Use preprocessors via the lang attribute! e.g. <template lang="pug"> --> | |
<template> | |
<div id="app"> | |
<h1>Datatable Vue 3 </h1>inspired from | |
<a | |
href="https://therichpost.com/vue-3-how-to-use-jquery-datatable-in-vuejs-application/" | |
target="_blank" | |
> | |
Vue 3 – How to use jquery datatable in vuejs application? | |
</a> |