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({
|
computed({
|
||||||
get() {
|
get() {
|
||||||
let usedRule
|
let usedRule
|
||||||
|
|
|
||||||
|
|
@ -307,7 +307,7 @@ export const applyStyleConfig = (input) => {
|
||||||
adoptStyleSheets()
|
adoptStyleSheets()
|
||||||
}
|
}
|
||||||
|
|
||||||
export const getResourcesIndex = async (url, parser = Boolean) => {
|
export const getResourcesIndex = async (url, parser = (x) => x) => {
|
||||||
const cache = 'no-store'
|
const cache = 'no-store'
|
||||||
const customUrl = url.replace(/\.(\w+)$/, '.custom.$1')
|
const customUrl = url.replace(/\.(\w+)$/, '.custom.$1')
|
||||||
let builtin
|
let builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue