We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Tell us about your environment
Please show your full configuration:
module.exports = { root: true, env: { node: true, }, extends: [ 'plugin:vue/essential', '@vue/airbnb', ], rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', }, parserOptions: { parser: 'babel-eslint', }, "globals": { "url": true, } };
What did you do?
<template slot="operation" slot-scope="text, record, index"> </template>
What did you expect to happen?
What actually happened? vs code Error Parsing error: Unexpected token ','.
The text was updated successfully, but these errors were encountered:
Hi. Thank you for this issue.
This is duplicate of #722 and fixed in 97a51b2. Please wait for the next release.
cc: @michalsnik
Sorry, something went wrong.
No branches or pull requests
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
What actually happened?
vs code Error
Parsing error: Unexpected token ','.
The text was updated successfully, but these errors were encountered: