提交 085df43b 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 86efbef0
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<template>
<div id="app">
<BookTestEditView />
</div>
</template>
<script>
import BookTestEditView from "@pages/common/book-test-edit-view/book-test-edit-view.vue";
export default {
name: "app",
components: {
BookTestEditView
}
};
</script>
<style>
#app {
font-family: "Avenir", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
import Vue from 'vue'
import App from './App.vue'
import Antd from 'ant-design-vue'
import 'ant-design-vue/dist/antd.css'
import ComUtil from '@utils/ComUtil'
Vue.config.productionTip = false
Vue.use(Antd)
new Vue({
render: h => h(App),
}).$mount('#app')
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册