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);
|
||||
}
|
||||
|
||||
export default {
|
||||
module.exports = {
|
||||
install,
|
||||
version: '{{version}}',
|
||||
{{list}}
|
||||
|
@ -14,8 +14,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ZanUI from 'src/index';
|
||||
let { Dialog } = ZanUI;
|
||||
import { Dialog } from 'src/index';
|
||||
|
||||
export default {
|
||||
methods: {
|
||||
|
@ -39,9 +39,9 @@ if (typeof window !== 'undefined' && window.Vue) {
|
||||
install(window.Vue);
|
||||
}
|
||||
|
||||
export default {
|
||||
module.exports = {
|
||||
install,
|
||||
version: '0.0.5',
|
||||
version: '0.0.4',
|
||||
Button,
|
||||
Switch,
|
||||
Field,
|
||||
|
Loading…
x
Reference in New Issue
Block a user