delete unused files

This commit is contained in:
陈嘉涵
2017-08-16 18:00:04 +08:00
parent f9f01e5568
commit 6b1f38a382
109 changed files with 39 additions and 531 deletions

View File

@@ -1,10 +0,0 @@
{
"name": "@youzan/van-toast",
"version": "0.0.1",
"description": "toast component",
"main": "./index.js",
"author": "jiangruowei",
"license": "MIT",
"devDependencies": {},
"dependencies": {}
}

View File

@@ -1,5 +1,5 @@
import Vue from 'vue';
import merge from 'packages/utils/merge';
import merge from '../../utils/merge';
import ToastComponent from './toast.vue';
const ToastConstructor = Vue.extend(ToastComponent);

View File

@@ -20,8 +20,8 @@
</template>
<script>
import vanLoading from 'packages/loading';
import vanIcon from 'packages/icon';
import vanLoading from '../../loading';
import vanIcon from '../../icon';
const TOAST_TYPES = ['text', 'html', 'loading', 'success', 'fail'];
const DEFAULT_STYLE_LIST = ['success', 'fail'];