lint
This commit is contained in:
parent
d1bb7fef5f
commit
3d19008f0c
58 changed files with 114 additions and 155 deletions
|
|
@ -1,15 +1,12 @@
|
|||
import { defineAsyncComponent } from 'vue'
|
||||
|
||||
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import { faCircleNotch } from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(faCircleNotch)
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
components: {},
|
||||
name: 'Quote',
|
||||
props: {
|
||||
visible: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue