UNPKG

@soei/pop

Version:

Vue组件, 弹出展示框 <Pop dark .../>

29 lines (28 loc) 470 B
{ "name": "@soei/pop", "private": false, "description": "Vue组件, 弹出展示框 <Pop dark .../>", "version": "0.0.1", "type": "module", "main": "src/Pop.vue", "files": [ "dist", "src/Pop.vue" ], "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@soei/util": "^1.1.1" }, "keywords": [ "Pop", "Dialog", "@soei", "Window", "Info", "Notice" ] }