mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-15 17:38:36 +01:00
better drawer
This commit is contained in:
@@ -70,10 +70,10 @@ const showWarning = computed(() => {
|
||||
})
|
||||
|
||||
|
||||
const pricingDrawer = usePricingDrawer();
|
||||
const { showDrawer } = useDrawer();
|
||||
|
||||
function goToUpgrade() {
|
||||
pricingDrawer.visible.value = true;
|
||||
showDrawer('PRICING');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user