iview/examples/routers/color-picker.vue
2017-08-15 16:39:07 +08:00

13 lines
No EOL
183 B
Vue

<template>
</template>
<script>
export default {
props: {},
data () {
return {};
},
computed: {},
methods: {}
};
</script>