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

Remove Unnecessary Property style Causing Console Warnings #236

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

wesdevpro
Copy link

@wesdevpro wesdevpro commented Apr 17, 2024

Fixes #178

Proposed Changes

How to Test this PR?

  1. Start up the Buefy docs development server by running:
    cd /packages/docs/
    npm run dev
  2. using your browser navigate to http://localhost:5173/ then navigate to any component.
  3. Open your browsers dev tools.
  4. Confirm that these types of warnings are no longer present
    image

@wesdevpro wesdevpro added this to the v0.1.4 milestone Apr 17, 2024
@wesdevpro wesdevpro requested a review from kikuomax April 17, 2024 01:40
@wesdevpro wesdevpro self-assigned this Apr 17, 2024
@wesdevpro wesdevpro requested a review from kikuomax April 17, 2024 11:26
@wesdevpro wesdevpro changed the title Remove Unnecessary Property style and editor Causing Console Warnings Remove Unnecessary Property style Causing Console Warnings Apr 17, 2024
Copy link
Collaborator

@kikuomax kikuomax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@kikuomax kikuomax merged commit 777b713 into dev Apr 17, 2024
3 checks passed
@kikuomax kikuomax deleted the DocFixVueWarn branch April 17, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Warning] [Vue warn]: Property "style" was accessed during render but is not defined on instance
2 participants