Saber/src/views/util/test.vue

22 lines
290 B
Vue
Raw Normal View History

2019-02-14 11:38:09 +08:00
<template>
<div>
<basic-container>测试页</basic-container>
</div>
</template>
<script>
2019-02-21 22:34:21 +08:00
export default {
name: "wel",
data() {
return {};
},
computed: {},
created() {
},
methods: {}
};
2019-02-14 11:38:09 +08:00
</script>
<style scoped="scoped" lang="scss">
</style>