Home
last modified time | relevance | path

Searched refs:app (Results 1 – 8 of 8) sorted by relevance

/misc/config_tools/configurator/packages/configurator/src/
A Dmain.js32 const app = createApp(App); constant
33 app.use(BootstrapVue3);
34 app.use(naive);
35 app.use(router);
36 app.config.unwrapInjectedRef = true
57 app.mount('#app')
/misc/sample_application/uservm/
A Dhistapp.py19 app = Flask(__name__) variable
22 @app.route('/')
95 app.run(host="0.0.0.0", port=80, debug=False)
/misc/sample_application/
A DREADME.rst3 .. _sample-app:
22 sample app guide in the acrn-hypervisor documentation.
/misc/debug_tools/acrn_crashlog/usercrash/
A DREADME.rst58 ``usercrash-wrapper``, which is set as the app of ``core_pattern``. In
60 client and default app. Once a crash occurs in user space, the client and
61 default app will be invoked separately.
/misc/efi-stub/
A DMakefile46 FORMAT := efi-app-x86-64
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/
A DREADME.md84 // Vue3 只有在组件内才能获取到当前的app,所以注册时机是在 form组件setup中,且只会注册一次。
/misc/config_tools/configurator/packages/configurator/src/components/common/
A DControlBar.vue75 -webkit-app-region: drag;
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/
A Dindex.js41 …([componentName, component]) => internalInstance.appContext.app.component(componentName, component)

Completed in 10 milliseconds