Compare commits

..

No commits in common. "12f2274971dd037eeeb7308d1cdee7657b30da9c" and "532f8c73a83267d552f13f607d6b54dce5c5fa59" have entirely different histories.

View File

@ -1,10 +1,2 @@
import Mock from "mockjs" import Mock from "mockjs"
const data = Mock.mock({
"items|10": [
{
"id|+1": 1,
"name": "@cname",
}
]
})
export default [] export default []