Please give your ideas or paste the code if you are using quasar JS.
Please give your ideas or paste the code if you are using quasar JS.
this is how I have solved it so far. If there's a better plan, I'd like to let you know.
statics
. index.template.html
introduce css
< link rel= "stylesheet" type= "text/css" href= "statics/css/iconfont.css" >
< q-icon class= "iconfont" name= "icon-name" / >
/ / for icon,eg: within the component
<q-field
icon="wifi"
>
<q-input v-model="text" float-label="Input float label" />
</q-field>
bt
& bt-
, eva
& eva-
, mdi
& mdi-
can be supported
icon= "wifi"
to icon= "bt-wifi"
OK problem solved!
Previous: How can SQLite3 merge tables according to conditions?
Next: How to achieve this tilted stripe effect with css or js?