Merge branch 'base'
This commit is contained in:
commit
6f2876db20
@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { onLaunch, onShow, onHide } from '@dcloudio/uni-app'
|
||||
import { onHide, onLaunch, onShow } from '@dcloudio/uni-app'
|
||||
|
||||
onLaunch(() => {
|
||||
console.log('App Launch')
|
||||
|
@ -1,9 +1,10 @@
|
||||
import '@/style/index.scss'
|
||||
import 'virtual:uno.css'
|
||||
import { createSSRApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import { prototypeInterceptor, requestInterceptor, routeInterceptor } from './interceptors'
|
||||
import store from './store'
|
||||
import { routeInterceptor, requestInterceptor, prototypeInterceptor } from './interceptors'
|
||||
import 'virtual:uno.css'
|
||||
import '@/style/index.scss'
|
||||
// 测试 standard-version: feature
|
||||
|
||||
export function createApp() {
|
||||
const app = createSSRApp(App)
|
||||
|
Loading…
x
Reference in New Issue
Block a user