bientot pret
This commit is contained in:
parent
b71cbb37ef
commit
d860e3d987
45 changed files with 1987 additions and 249 deletions
11
layouts/partials/ToolTip.html
Normal file
11
layouts/partials/ToolTip.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div>
|
||||
<div v-if="$isServer === true">
|
||||
<slot/>
|
||||
</div>
|
||||
<div
|
||||
v-tooltip.top="value"
|
||||
v-else
|
||||
@click="$router.push(to)">
|
||||
<slot/>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue