Commit d93d719a by wangshuangqing

临床路径页面初步页面完成

parent 8dabbcf4
/*
* @Author: ninglupeng
* @Date: 2022-06-07 00:31:25
* @LastEditors: ninglupeng
* @LastEditTime: 2022-06-07 00:37:54
* @LastEditors: wsq
* @LastEditTime: 2023-01-06 17:16:34
* @Description:
*/
import Vue from 'vue'
......@@ -28,6 +28,7 @@ Vue.use(VueCompositionApi)
new Vue({
store,
router,
render: h => h(App),
}).$mount('#app')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment