mirror of
https://github.com/Litlyx/litlyx
synced 2026-02-04 22:52:19 +01:00
better drawer
This commit is contained in:
@@ -15,8 +15,6 @@ export type PricingCardProp = {
|
||||
|
||||
const props = defineProps<{ datas: PricingCardProp[], defaultIndex?: number }>();
|
||||
|
||||
const { project } = useProject();
|
||||
|
||||
const currentIndex = ref<number>(props.defaultIndex || 0);
|
||||
|
||||
const data = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user