Lulu
Lulu
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
I'll see about getting some Vue docs flowing in
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
Looks like moving them out resolved it. Thank you @louis
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
The issue was that something else was preventing it from compiling, so it was confused.
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
Oh, it seemed to magically stop yelling. Yay!
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
What would need to be added? Everything looks pretty covered
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
{
"extends": "plasmo/templates/tsconfig.base",
"exclude": [
"node_modules"
],
"include": [
".plasmo/index.d.ts",
"./**/*.ts",
"./**/*.vue"
],
"compilerOptions": {
"paths": {
"~*": [
"./src/*"
]
},
"baseUrl": "."
}
}
{
"extends": "plasmo/templates/tsconfig.base",
"exclude": [
"node_modules"
],
"include": [
".plasmo/index.d.ts",
"./**/*.ts",
"./**/*.vue"
],
"compilerOptions": {
"paths": {
"~*": [
"./src/*"
]
},
"baseUrl": "."
}
}
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
I'll see about getting it in the tsconfig
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
Heres the file structure
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
Looks like it uses @parcel/transformer-postcss under the hood, but is there anything preventing it from working outside of the contents folder?
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
The path is correct, the issue seems to be with data-text
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
Any ideas on this bit? In the contents folder this worked just fine.
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
Yeah for sure, I'm down to write some docs for Vue
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
Gotcha, that makes a lot of sense. I'll give it a try and report back.
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/25/2023 in #🔰newbie
Vue Components
Yup, they're all under contents/sidebar/files.vue and the container is in /contents/containerfile.vue
31 replies
PD🧩 Plasmo Developers
Created by Lulu on 5/22/2023 in #🔰newbie
CSUI with Vue3's CompositionAPI
Maybe coming at this from a different angle would help: has anyone successfully used CSUI with <script setup> before to avoid have to set up all of the boilerplate?
3 replies