Add migration assistant for designer

This commit is contained in:
Cagatay Civici 2024-12-30 23:13:05 +03:00
parent aec97b279e
commit 3161e5372e
4 changed files with 94 additions and 8 deletions

View file

@ -28,6 +28,7 @@
<DesignEditorFooter v-if="$appState.designer.activeView === 'editor'" />
</template>
</Drawer>
<ConfirmDialog group="designer"></ConfirmDialog>
</template>
<script>
@ -120,7 +121,6 @@ export default {
},
generateACTokens(parentPath, obj) {
for (let key in obj) {
if (key === 'dark' || key === 'components' || key === 'directives') {
continue;
}