Closed dennybiasiolli closed 1 year ago
Name | Link |
---|---|
Latest commit | 0bfe47592065b13cd6785fd260f80a6cbf6acfb7 |
Latest deploy log | https://app.netlify.com/sites/kontent-sample-app-vue/deploys/633a9ee119a98b0008650af6 |
Deploy Preview | https://deploy-preview-105--kontent-sample-app-vue.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Hey, thank you for the time invested into this PR. However, many of your changes were covered in the other PR which upgraded the repo to Vue 3 and composition API. If you think that some of the changes are still relevant, feel free to update your PR :) We would be happy to look into that. Thank you and looking forward to your next PR :)
Motivation
Steps towards #102
updating lockfile with node 16.17.x
fixing pre-commit warning
upgrading @vue/cli related dependencies
with
npx @vue/cli@latest upgrade
lint: solving vue/multi-word-component-names error
https://eslint.vuejs.org/rules/multi-word-component-names.html
ContactMap: solving linter error
CafesComponent: fixing linter error
Checklist