@javaguns/flow-ui
Version:
``` <template> <a-spin :spinning="loading"> <FlowDesigner ref="flowDesigner" top="50px"> </FlowDesigner> </a-spin> </template> <script lang="ts" setup> import { ref, provide, onMounted } from 'vue'; import { FlowDesigner, LoadingKey } from '@j
32 lines (31 loc) • 686 B
JSON
{
"name": "@javaguns/flow-ui",
"version": "0.1.8",
"main": "es/index.mjs",
"module": "es/index.mjs",
"files": [
"es",
"lib"
],
"keywords": [
"flow-ui",
"vue3组件库"
],
"sideEffects": [
"**/*.css"
],
"author": "guns",
"license": "MIT",
"description": "",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://gitee.com/guns-ui/gunst"
},
"dependencies": {
"@javaguns/flow-ui": "file:",
"@javaguns/icon": "^0.0.5",
"@javaguns/ui": "^0.0.3",
"@javaguns/utils": "^0.1.3"
}
}