Forum Discussion

dakdgdl's avatar
dakdgdl
Helper I
3 years ago

Vue.JS modules import into custom visual

Hi ..   I need to import a Vue.JS module and a scss style file in-to the visual.ts of custom visual, using below 2 ways. import App from './App.vue'; import "./styles/general.scss";   But it r...