chore: Prettified Code
[ci skip]
This commit is contained in:
parent
f03b61e5c5
commit
94e8cd460a
6 changed files with 38 additions and 159 deletions
|
@ -6,7 +6,8 @@ export const svgIcon = Vue.component("svg-icon", {
|
|||
class="_svg-icon"
|
||||
:class="classes"
|
||||
:svg-name="name"
|
||||
:style="{'--icon': 'url(' + url + ')'}"></div>
|
||||
:style="{'--icon': 'url(' + url + ')'}"
|
||||
></div>
|
||||
`,
|
||||
props: {
|
||||
name: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue