mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
build config
This commit is contained in:
parent
315bdd74a5
commit
e5ce5b052f
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user