chore: Prettified Code

[ci skip]
This commit is contained in:
coredev-uk 2022-09-16 17:06:51 +00:00 committed by cider-chore[bot]
parent 7b3c483df7
commit 3d4776a8db
3 changed files with 12 additions and 61 deletions

View file

@ -1,14 +1,7 @@
import { html } from "../html.js";
export const svgIcon = Vue.component("svg-icon", {
template: html`
<div
class="_svg-icon"
:class="classes"
:svg-name="name"
:style="{'--icon': 'url(' + url + ')'}"
></div>
`,
template: html` <div class="_svg-icon" :class="classes" :svg-name="name" :style="{'--icon': 'url(' + url + ')'}"></div> `,
props: {
name: {
type: String,