mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 00:49:23 +01:00
Add basics section to vue pages
This commit is contained in:
7
docs/guide/vue/basics/examples/stroke-width-icon/App.vue
Normal file
7
docs/guide/vue/basics/examples/stroke-width-icon/App.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup>
|
||||
import { FolderLock } from "lucide-vue-next";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<FolderLock :strokeWidth="1" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user