You've already forked obsidian-visualiser
Migration to Nuxt v4 file structure and dependencies update
This commit is contained in:
7
app/components/base/SelectSeparator.vue
Normal file
7
app/components/base/SelectSeparator.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<SelectSeparator class="" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { SelectSeparator } from 'radix-vue';
|
||||
</script>
|
||||
Reference in New Issue
Block a user