Commit d93d719a by wangshuangqing

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

parent 8dabbcf4
/* /*
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2022-06-07 00:31:25 * @Date: 2022-06-07 00:31:25
* @LastEditors: ninglupeng * @LastEditors: wsq
* @LastEditTime: 2022-06-07 00:37:54 * @LastEditTime: 2023-01-06 17:16:34
* @Description: * @Description:
*/ */
import Vue from 'vue' import Vue from 'vue'
...@@ -28,6 +28,7 @@ Vue.use(VueCompositionApi) ...@@ -28,6 +28,7 @@ Vue.use(VueCompositionApi)
new Vue({ new Vue({
store, store,
router, router,
render: h => h(App), render: h => h(App),
}).$mount('#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