Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(components): remove unnecessary export in CookieControl #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Willo0ow
Copy link

@Willo0ow Willo0ow commented Oct 9, 2023

📚 Description

An export statement should not appear within a <script setup></script> tag.
The export causing problems is in CookieControl.vue component. Since the interface that is exported in this component is not imported anywhere, I just removed the export part.

Vue 3 docs on declaring named exports inside script setup

Resolves #146

📝 Checklist

  • All commits follow the Conventional Commit format
  • The PR's title follows the Conventional Commit format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

export statement in CookieControl component's <script setup>
2 participants