mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
build config
This commit is contained in:
@@ -20,7 +20,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|||||||
install(window.Vue);
|
install(window.Vue);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
module.exports = {
|
||||||
install,
|
install,
|
||||||
version: '{{version}}',
|
version: '{{version}}',
|
||||||
{{list}}
|
{{list}}
|
||||||
|
@@ -14,8 +14,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import ZanUI from 'src/index';
|
import { Dialog } from 'src/index';
|
||||||
let { Dialog } = ZanUI;
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
methods: {
|
methods: {
|
||||||
|
@@ -39,9 +39,9 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|||||||
install(window.Vue);
|
install(window.Vue);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
module.exports = {
|
||||||
install,
|
install,
|
||||||
version: '0.0.5',
|
version: '0.0.4',
|
||||||
Button,
|
Button,
|
||||||
Switch,
|
Switch,
|
||||||
Field,
|
Field,
|
||||||
|
Reference in New Issue
Block a user