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

[vue] Fix default langs not being beautified #2534

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

Conversation

gufoe
Copy link

@gufoe gufoe commented Nov 4, 2020

Currently <template lang="html"> and <style lang="css"> are not being beautified.

What does this implement/fix? Explain your changes.

Fixes #2374

Does this close any currently open issues?

Yes

Any other comments?

This is a super quick and easy fix

Checklist

Check all those that are applicable and complete.

  • Merged with latest master branch
  • Regenerate documentation with npm run docs
  • Add change details to CHANGELOG.md under "Next" section
  • Added examples for testing to examples/ directory
  • Travis CI passes (Mac support)
  • AppVeyor passes (Windows support)

Currently `<template lang="html">` and `<style lang="css">` are not being beautified.
@gufoe
Copy link
Author

gufoe commented Nov 6, 2020

Please note the build failed on its own, not my fault (Error: No binaries are available for your platform: win32-ia32)

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.

Html template in vue component doesn't beautify when lang prop set
1 participant