@vue-materials/basic-not-found-block
Version:
基于element-ui组件的404 报错提示
29 lines (28 loc) • 793 B
JSON
{
"name": "@vue-materials/basic-not-found-block",
"version": "1.0.1",
"description": "基于element-ui组件的404 报错提示",
"author": "mowatermelon <neefoxmo@gmail.com>",
"files": ["src/", "lib/"],
"repository": {
"type": "git",
"url": "https://github.com/alibaba/ice"
},
"license": "MIT",
"keywords": ["ice", "vue", "block"],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.com"
},
"dependencies": {
"@vue-materials/basic-container": "^1.0.0",
"vue": "^2.5.16"
},
"blockConfig": {
"name": "basic-not-found",
"title": "404 报错提示",
"categories": ["异常"],
"screenshot":
"https://user-images.githubusercontent.com/18508817/40071509-8a83af2a-58a3-11e8-926a-42a70c06bc71.png"
}
}