|
@@ -65,9 +65,9 @@ const toLink = (url: string) => {
|
|
|
</div>
|
|
|
<el-popover
|
|
|
placement="top"
|
|
|
- :width="240"
|
|
|
+ effect="dark"
|
|
|
trigger="hover"
|
|
|
- content="This feature is under development."
|
|
|
+ content=" 🔨 coming soon..."
|
|
|
>
|
|
|
<template #reference>
|
|
|
<div class="item1" style="cursor: default">
|
|
@@ -78,9 +78,9 @@ const toLink = (url: string) => {
|
|
|
</el-popover>
|
|
|
<el-popover
|
|
|
placement="top"
|
|
|
- :width="240"
|
|
|
+ effect="dark"
|
|
|
trigger="hover"
|
|
|
- content="This feature is under development."
|
|
|
+ content=" 🔨 coming soon..."
|
|
|
>
|
|
|
<template #reference>
|
|
|
<div class="item1" style="cursor: default">
|