标签: css dom vue.js webpack css-loader
像这样加载css文件后:
const themes = ['dark-theme.css', 'light-theme.css']; async function loadcss(file) { return await import(file); } loadcss(themes[0]).then(console.log)
对我而言,控制台输出是一个空对象,而一个新的匿名