-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add Vue SFC support to AEs #17718
Comments
FWIW I switch :item with v-bind:item and then I got an error about <script setup>
|
The UI kit build process doesn't support Vue SFCs(i.e., |
Hi @yusufkandemir, do you have a timeline on when you be implementing it. |
Hi, unfortunately, no. /cc @rstoenescu |
What happened?
I created a new ui app-extension and only modified the Component.js. When executing
yarn build
I receive an error if I use the short hand@
instead ofv-on:
and I also get an error when I use a computed attribute inside a template:label="item"
or:data-item="item"
.and
error for slightly different reasons but it appears to be buble causing the issue.
I have tried this with div tag as well and I receive the same error.
What did you expect to happen?
I expected the app-extension ui framework to support the @ shorthand and the hyphenated dynamic attributes.
Reproduction URL
https://github.com/whoacowboy/app-extension-bug
How to reproduce?
Create a new UI App extension.
During the CLI process, enter default info wherever possible and appropriate info where user input is required.
Install dependencies
Rename
src/components/Component.js
tosrc/components/Component.vue
Replace the code in
src/Components.vue
with the follow code and saveRun the build script
Flavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
App Extension API
Platforms/Browsers
Chrome
Quasar info output
`quasar info` Operating System Darwin(23.6.0) - darwin/arm64 NodeJs 20.11.0 Global packages NPM 10.2.4 yarn 1.22.22 pnpm Not installed bun Not installed @quasar/cli 2.4.1 @quasar/icongenie Not installed cordova Not installed Networking Host James.localdomain en1 192.168.4.4 bridge1 192.168.1.70
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: