Fix more imports
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import Card from '../components/Card.vue';
|
||||
import RowCard from './RowCard.vue';
|
||||
import { ref } from "vue";
|
||||
|
||||
const props = defineProps<{
|
||||
@ -32,7 +32,7 @@ function submitDialog() {
|
||||
<template>
|
||||
<button @click="openDialog">
|
||||
<slot name="placeholder">
|
||||
<Card>
|
||||
<RowCard>
|
||||
<p class="w-24 text-center text-6xl">
|
||||
+
|
||||
</p>
|
||||
@ -40,7 +40,7 @@ function submitDialog() {
|
||||
class="text-lg"
|
||||
dark
|
||||
>{{ buttonText }}</span>
|
||||
</Card>
|
||||
</RowCard>
|
||||
</slot>
|
||||
</button>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user