wip: Artist page written in composition API in order to improve it and resolve issue 18; style: changed tabs in Artist page
This commit is contained in:
@@ -96,7 +96,7 @@ export function copyToClipboard(text) {
|
||||
ghostInput.remove()
|
||||
}
|
||||
|
||||
export function getProperty(obj, ...props) {
|
||||
export function getPropertyWithFallback(obj, ...props) {
|
||||
for (const prop of props) {
|
||||
// Example: this.is.an.example
|
||||
let hasDotNotation = /\./.test(prop)
|
||||
|
||||
Reference in New Issue
Block a user