Searched refs:app (Results 1 – 8 of 8) sorted by relevance
32 const app = createApp(App); constant33 app.use(BootstrapVue3);34 app.use(naive);35 app.use(router);36 app.config.unwrapInjectedRef = true57 app.mount('#app')
19 app = Flask(__name__) variable22 @app.route('/')95 app.run(host="0.0.0.0", port=80, debug=False)
3 .. _sample-app:22 sample app guide in the acrn-hypervisor documentation.
58 ``usercrash-wrapper``, which is set as the app of ``core_pattern``. In60 client and default app. Once a crash occurs in user space, the client and61 default app will be invoked separately.
46 FORMAT := efi-app-x86-64
84 // Vue3 只有在组件内才能获取到当前的app,所以注册时机是在 form组件setup中,且只会注册一次。
75 -webkit-app-region: drag;
41 …([componentName, component]) => internalInstance.appContext.app.component(componentName, component)
Completed in 10 milliseconds