-2đ
If you are using vue cli 3 . just use less right in your vue file, just set the lang to âlessâ or âscssâ â pretty handy. There should be no additional configuration on the webpack side :
<style lang="less">
@import â./less/index.lessâ;
đ€yeahdixon
- [Vuejs]-Evaluating an array within array in VueJS
- [Vuejs]-Can't access vue-resource's $http methods from components in 2.0RC
Source:stackexchange.com