@JCharante Thanks for the help!
Best posts made by mfcarneiro
Latest posts made by mfcarneiro
-
RE: Crashed components when moved to beta version
@JCharante , I’m wondering…
You know if, recreating with 0.14 beta and continuing before launching will be the easiest way… because what I read, will be a huge change on 0.13 to 0.14 components and It’s needed to have a migration…
-
RE: How to install 0.14 via npm?
I have
"vue-template-compiler": "^2.4.1"
, but I will see your recommendation for the post that I created.Thanks!
-
Crashed components when moved to beta version
I have a project and I need to implement this new features on beta v0.14.
Using the current version (v0.13.4), it’s possible to update to 0.14? Doing this, this will affect my project when the new release come?
How to proceed with this? I changed the path on “package.json” and downloaded de v0.14 but nevertheless the components crashed.
-
RE: How to install 0.14 via npm?
I’m using normally, toolbar, some buttons and a footer, but when I deleted the quasar-framework folder and switched the dependencies to this path to v0.14 all crashed.
All the other files are the same when i ran the quasar-cli for the first time.
Edit:
I found a topic, you’re referring this when u said importing explicitly?
-
RE: How to install 0.14 via npm?
I’m facing a problem.
I already have a project going on and I need to implement this new features presented on v0.14.
Replacing the package.json with “git+https://git@github.com/quasarframework/quasar-edge.git” and adding quasar-extras, the components are broken.
I’m missing something or is needed something else?