Saber/src/views/util/test.vue

21 lines
267 B
Vue
Raw Normal View History

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