mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
delete unused files
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"name": "@youzan/van-toast",
|
||||
"version": "0.0.1",
|
||||
"description": "toast component",
|
||||
"main": "./index.js",
|
||||
"author": "jiangruowei",
|
||||
"license": "MIT",
|
||||
"devDependencies": {},
|
||||
"dependencies": {}
|
||||
}
|
@@ -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);
|
||||
|
@@ -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'];
|
||||
|
Reference in New Issue
Block a user