mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-31 18:23:18 -04:00
fix build errors
This commit is contained in:
@@ -246,8 +246,7 @@ export default defineComponent({
|
||||
|
||||
const { share, isSupported: shareIsSupported } = useShare();
|
||||
|
||||
const source = ref("");
|
||||
const { copy } = useClipboard({ source });
|
||||
const { copy } = useClipboard();
|
||||
|
||||
async function handleShareEvent() {
|
||||
if (shareIsSupported) {
|
||||
|
||||
Reference in New Issue
Block a user