oopsie
This commit is contained in:
parent
051b9412a0
commit
59f3ca65ca
2 changed files with 2 additions and 2 deletions
|
|
@ -394,7 +394,7 @@ export default {
|
|||
},
|
||||
})
|
||||
|
||||
const getEditedElement = (component, directive, postProcess = Boolean) =>
|
||||
const getEditedElement = (component, directive, postProcess = (x) => x) =>
|
||||
computed({
|
||||
get() {
|
||||
let usedRule
|
||||
|
|
|
|||
|
|
@ -307,7 +307,7 @@ export const applyStyleConfig = (input) => {
|
|||
adoptStyleSheets()
|
||||
}
|
||||
|
||||
export const getResourcesIndex = async (url, parser = Boolean) => {
|
||||
export const getResourcesIndex = async (url, parser = (x) => x) => {
|
||||
const cache = 'no-store'
|
||||
const customUrl = url.replace(/\.(\w+)$/, '.custom.$1')
|
||||
let builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue