ciaddi
ciaddi
Explore posts from servers
NNuxt
Created by ciaddi on 4/2/2024 in #❓・help
How to import functions in a .vue component from a .js file?
thx now its working
10 replies
NNuxt
Created by ciaddi on 4/2/2024 in #❓・help
How to import functions in a .vue component from a .js file?
ohh sure inside assets
10 replies
NNuxt
Created by ciaddi on 4/2/2024 in #❓・help
How to import functions in a .vue component from a .js file?
No description
10 replies
NNuxt
Created by ciaddi on 4/2/2024 in #❓・help
How to import functions in a .vue component from a .js file?
Hello, there is a function called getData inside my js file: "export const utils = { getData: function () { return "Test" } }". and then import { utils } from "/js/stats.js" but utils.getData() gives me the error "Cannot read properties of undefined (reading 'getData')". Also your suggestions doesnt work "[vite-node] [ERR_LOAD_URL] ~/js/stats.js"
10 replies