- inizio di modifiche all'editor di Pagine Web
This commit is contained in:
@@ -57,7 +57,6 @@ export default defineComponent({
|
||||
const load = async (): Promise<void> => {
|
||||
// console.log('load', mypath.value)
|
||||
if (mypath.value !== '') rec.value = await globalStore.loadPage('/' + mypath.value, 'cmypage')
|
||||
|
||||
}
|
||||
|
||||
watch(() => props.mypath, async (to: string, from: string) => {
|
||||
|
||||
Reference in New Issue
Block a user