11.26 修改K线图样式

This commit is contained in:
尚政杰
2025-11-26 17:19:38 +08:00
parent 48f49c6cf0
commit 4e64455b9b
4803 changed files with 146408 additions and 648 deletions

View File

@@ -1,4 +1,5 @@
import App from './App'
import share from './utils/share.js'
// #ifndef VUE3
import Vue from 'vue'
@@ -15,6 +16,7 @@ app.$mount()
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
app.mixin(share)
return {
app
}