refactor:dashboard
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
generateIconCode(symbol) {
|
||||
return `<svg-icon :icon-class="${symbol}" />`
|
||||
return `<svg-icon icon-class="${symbol}" />`
|
||||
},
|
||||
handleClipboard(text, event) {
|
||||
clipboard(text, event)
|
||||
|
Reference in New Issue
Block a user