Vue

@import '~@/assets/css/style.css'

CSS loader 会把把非根路径的url解释为相对路径, 加~前缀才会解释成模块路径。

原文地址:https://www.cnblogs.com/500m/p/12073002.html