stylus-loader

Change default font in vuetify is not working (vue-cli 3) [Vuetify 1.X]

江枫思渺然 提交于 2019-12-05 23:46:30
问题 I'm aware of the question change-default-font-in-vuetify in SO, but it doesn't address my problem as it was posted before vue-cli-3 came out, so the ideas there don't apply here as that, the official docs from Vuetify on how to change themes and other options don't have any valid step for when the project is created with vue-cli 3. So far my attempts go like this: - vue create fooproject (using default config, but even if I don't use the default but cherrypick what I want in the project and

Change default font in vuetify is not working (vue-cli 3) [Vuetify 1.X]

帅比萌擦擦* 提交于 2019-12-04 04:04:49
I'm aware of the question change-default-font-in-vuetify in SO, but it doesn't address my problem as it was posted before vue-cli-3 came out, so the ideas there don't apply here as that, the official docs from Vuetify on how to change themes and other options don't have any valid step for when the project is created with vue-cli 3. So far my attempts go like this: - vue create fooproject (using default config, but even if I don't use the default but cherrypick what I want in the project and select the css-preprocessor as stylus manually it won't work) - vue add vuetify - it creates a plugin