Lulu
PD🧩 Plasmo Developers
•Created by Lulu on 5/22/2023 in #🔰newbie
CSUI with Vue3's CompositionAPI
I'm creating an extension that utilizes CSUI to provide a sidebar, overlay style UI instead of the traditional popup style. I'm attempting to utilize Vue3's with CompositionAPI in lieu of React. My code is below:
I'm getting an error on the
import type { PlasmoGetStyle } from "plasmo"
line which reads:
Has anyone created an extension with Vue3's CompositionAPI and can show code examples, or perhaps have an idea about how I can import Plasmo types without Vue throwing a fit?3 replies