mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
feat: resize and drag component
This commit is contained in:
@@ -14,18 +14,8 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
declare module "vue-grid-layout" {
|
||||
declare module "vue-drag-resize" {
|
||||
import Vue from "vue";
|
||||
|
||||
export class GridLayout extends Vue {}
|
||||
|
||||
export class GridItem extends Vue {}
|
||||
|
||||
export interface GridItemData {
|
||||
x: number;
|
||||
y: number;
|
||||
w: number;
|
||||
h: number;
|
||||
i: string;
|
||||
}
|
||||
export class VueDragResize extends Vue {}
|
||||
}
|
0
src/views/dashboard/widget/GridItem.vue
Normal file
0
src/views/dashboard/widget/GridItem.vue
Normal file
0
src/views/dashboard/widget/GridLayout.vue
Normal file
0
src/views/dashboard/widget/GridLayout.vue
Normal file
Reference in New Issue
Block a user