♻️ Move from .vue files to Lucide for icons
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
import clipboardCopyIcon from "../components/icons/clipboard-copy-icon.vue";
|
||||
import { ClipboardCopyIcon } from "lucide-vue-next";
|
||||
|
||||
const password = ref("");
|
||||
const token = ref("");
|
||||
@ -49,7 +49,7 @@ function copy() {
|
||||
ref="token_element"
|
||||
v-bind:value="token.token"
|
||||
/>
|
||||
<clipboardCopyIcon />
|
||||
<ClipboardCopyIcon />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user