mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
delete unused files
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
## 0.0.2 (2017-01-20)
|
||||
|
||||
* 改了bug A
|
||||
* 加了功能B
|
||||
|
||||
## 0.0.1 (2017-01-10)
|
||||
|
||||
* 第一版
|
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"name": "@youzan/van-field",
|
||||
"version": "0.0.1",
|
||||
"description": "form field component",
|
||||
"main": "./index.js",
|
||||
"author": "zhangmin <zhangmin@youzan.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {},
|
||||
"dependencies": {}
|
||||
}
|
@@ -43,8 +43,8 @@
|
||||
|
||||
<script>
|
||||
const VALID_TYPES = ['text', 'number', 'email', 'url', 'tel', 'date', 'time', 'datetime', 'password', 'textarea'];
|
||||
import vanCell from 'packages/cell';
|
||||
import vanIcon from 'packages/icon';
|
||||
import vanCell from '../../cell';
|
||||
import vanIcon from '../../icon';
|
||||
|
||||
export default {
|
||||
name: 'van-field',
|
||||
|
Reference in New Issue
Block a user