演示项目-图书馆
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
527 B

<template>
<div id="book">
<div class="top-bg"></div>
<div class="online-active">
<img src="~@/assets/images/code.png" alt="" />
</div>
</div>
</template>
<script>
// import { bookListCrud } from './mixins/booklist.js'
export default {
name: 'OnlineBookSelection',
components: { },
// mixins: [bookListCrud],
data() {
return {
}
},
created() {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
@import "~@/assets/styles/index.scss";
</style>