feat(demo): add demoGroup metadata to components and update related dependencies
This commit is contained in:
@@ -23,6 +23,7 @@ declare global {
|
||||
export class DeesInputList extends DeesInputBase<DeesInputList> {
|
||||
// STATIC
|
||||
public static demo = demoFunc;
|
||||
public static demoGroup = 'Input';
|
||||
|
||||
// INSTANCE
|
||||
@property({ type: Array })
|
||||
|
||||
Reference in New Issue
Block a user