fab.json 167 B

12345678
  1. {
  2. "component": true,
  3. "styleIsolation": "apply-shared",
  4. "usingComponents": {
  5. "t-button": "../button/button",
  6. "t-draggable": "./draggable/draggable"
  7. }
  8. }