for example, it"s a piece of cake. I want to read the value of $el from < web > build
. for example: read the following fields
web
iosandroid
$el
web
I would like to ask the gods how to achieve this requirement orz
for example, it"s a piece of cake. I want to read the value of $el from < web > build
. for example: read the following fields
web
iosandroid
$el
web
I would like to ask the gods how to achieve this requirement orz
Previous: About webpack extracting scss and converting it to CSS package compression?
Next: Vue-quill-editor is not compatible with ios, and Android pictures cannot be displayed.
wrote a general scss file called "main.scss ", which is full of some commonly used css, . My current way to introduce it is to introduce it actively in each .vue file. is as follows: <style lang="sass" scoped> @import .. .. css ...