mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Add migration assistant for designer
This commit is contained in:
parent
aec97b279e
commit
3161e5372e
4 changed files with 94 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue